HomeSort by relevance Sort by last modified time
    Searched refs:pcap_next_etherent (Results 1 - 4 of 4) sorted by null

  /external/libpcap/
pcap-namedb.h 44 * As returned by the pcap_next_etherent()
57 struct pcap_etherent *pcap_next_etherent(FILE *);
etherent.c 90 pcap_next_etherent(FILE *fp) function
nametoaddr.c 446 while ((ep = pcap_next_etherent(fp)) != NULL) {
  /external/tcpdump/
addrtoname.c 808 * XXX pcap_next_etherent doesn't belong in the pcap interface, but
811 * translation, so we just pcap_next_etherent as a convenience.
827 while ((ep = pcap_next_etherent(fp)) != NULL) {

Completed in 279 milliseconds