Searched refs:pcap_if (Results 1 – 2 of 2) sorted by relevance
175 class pcap_if(Structure): class177 pcap_if._fields_ = [('next', POINTER(pcap_if)),230 pcap_if_t = pcap_if
165 typedef struct pcap_if pcap_if_t;301 struct pcap_if { struct302 struct pcap_if *next; argument