Searched refs:pcap_next_etherent (Results 1 – 4 of 4) sorted by relevance
64 PCAP_API struct pcap_etherent *pcap_next_etherent(FILE *);
84 pcap_next_etherent(FILE *fp) in pcap_next_etherent() function
761 while ((ep = pcap_next_etherent(fp)) != NULL) { in pcap_ether_hostton()
960 while ((ep = pcap_next_etherent(fp)) != NULL) { in init_etherarray()