Searched refs:pcap_next_etherent (Results 1 – 4 of 4) sorted by relevance
57 struct pcap_etherent *pcap_next_etherent(FILE *);
102 pcap_next_etherent(FILE *fp) in pcap_next_etherent() function
455 while ((ep = pcap_next_etherent(fp)) != NULL) { in pcap_ether_hostton()
869 while ((ep = pcap_next_etherent(fp)) != NULL) { in init_etherarray()