Searched defs:pcap_if (Results 1 – 2 of 2) sorted by relevance
255 struct pcap_if { struct256 struct pcap_if *next; argument257 char *name; /* name to hand to "pcap_open_live()" */258 char *description; /* textual description of interface, or NULL */259 struct pcap_addr *addresses;260 bpf_u_int32 flags; /* PCAP_IF_ interface flags */
175 class pcap_if(Structure): class