Home | Sort by relevance Sort by last modified time |
/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 *); |