Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/pcap/
H A Dnamedb.h64 PCAP_API struct pcap_etherent *pcap_next_etherent(FILE *);
/freebsd/contrib/libpcap/
H A Detherent.c84 pcap_next_etherent(FILE *fp) in pcap_next_etherent() function
H A Dnametoaddr.c761 while ((ep = pcap_next_etherent(fp)) != NULL) { in pcap_ether_hostton()
/freebsd/contrib/tcpdump/
H A Daddrtoname.c960 while ((ep = pcap_next_etherent(fp)) != NULL) { in init_etherarray()