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 *);
  /external/libpcap/
etherent.c 102 pcap_next_etherent(FILE *fp) function
nametoaddr.c 455 while ((ep = pcap_next_etherent(fp)) != NULL) {
  /external/tcpdump/
addrtoname.c 850 * XXX pcap_next_etherent doesn't belong in the pcap interface, but
853 * translation, so we just pcap_next_etherent as a convenience.
869 while ((ep = pcap_next_etherent(fp)) != NULL) {

Completed in 92 milliseconds