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

  /external/libpcap/
pcap.h 76 typedef struct pcap_if pcap_if_t; typedef in typeref:struct:pcap_if
270 int pcap_findalldevs(pcap_if_t **, char *);
271 void pcap_freealldevs(pcap_if_t *);
pcap1.h 73 typedef struct pcap_if pcap_if_t; typedef in typeref:struct:pcap_if
260 int pcap_findalldevs(pcap_if_t **, char *);
261 void pcap_freealldevs(pcap_if_t *);

Completed in 25 milliseconds