Home
last modified time | relevance | path

Searched refs:pcap_next_etherent (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/lib/libpcap/
Dpcap-namedb.h53 struct pcap_etherent *pcap_next_etherent(FILE *);
Detherent.c78 pcap_next_etherent(FILE *fp) in pcap_next_etherent() function
Dnametoaddr.c356 while ((ep = pcap_next_etherent(fp)) != NULL) { in pcap_ether_hostton()
/openbsd/src/usr.sbin/tcpdump/
Daddrtoname.c770 while ((ep = pcap_next_etherent(fp)) != NULL) { in init_etherarray()