HomeSort by relevance Sort by last modified time
    Searched defs:pcap_if_t (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
pcap1.h 73 typedef struct pcap_if pcap_if_t; typedef in typeref:struct:pcap_if
264 int pcap_findalldevs(pcap_if_t **, char *);
265 void pcap_freealldevs(pcap_if_t *);
  /external/libpcap/pcap/
pcap.h 83 typedef struct pcap_if pcap_if_t; typedef in typeref:struct:pcap_if
421 int pcap_findalldevs(pcap_if_t **, char *);
422 void pcap_freealldevs(pcap_if_t *);

Completed in 53 milliseconds