Searched defs:pcap_if (Results 1 – 2 of 2) sorted by relevance
195 struct pcap_if { struct196 struct pcap_if *next; argument197 char *name; /* name to hand to "pcap_open_live()" */198 char *description; /* textual description of interface, or NULL */199 struct pcap_addr *addresses;200 bpf_u_int32 flags; /* PCAP_IF_ interface flags */
216 struct pcap_if { struct217 struct pcap_if *next; argument218 char *name; /* name to hand to "pcap_open_live()" */219 char *description; /* textual description of interface, or NULL */220 struct pcap_addr *addresses;221 bpf_u_int32 flags; /* PCAP_IF_ interface flags */