Home
last modified time | relevance | path

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

/external/libpcap/pcap/
Dnamedb.h57 struct pcap_etherent *pcap_next_etherent(FILE *);
/external/libpcap/
Detherent.c102 pcap_next_etherent(FILE *fp) in pcap_next_etherent() function
Dnametoaddr.c455 while ((ep = pcap_next_etherent(fp)) != NULL) { in pcap_ether_hostton()
/external/tcpdump/
Daddrtoname.c869 while ((ep = pcap_next_etherent(fp)) != NULL) { in init_etherarray()