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
120 typedef struct pcap_if pcap_if_t;255 struct pcap_if { struct256 struct pcap_if *next; argument