Home
last modified time | relevance | path

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

/external/libpcap/pcap/
Dnamedb.h58 PCAP_API struct pcap_etherent *pcap_next_etherent(FILE *);
/external/libpcap/
Detherent.c97 pcap_next_etherent(FILE *fp) in pcap_next_etherent() function
Dnametoaddr.c492 while ((ep = pcap_next_etherent(fp)) != NULL) { in pcap_ether_hostton()
/external/tcpdump/
Daddrtoname.c911 while ((ep = pcap_next_etherent(fp)) != NULL) { in init_etherarray()