Searched defs:pcap_if (Results 1 – 1 of 1) sorted by relevance
214 struct pcap_if { struct215 struct pcap_if *next; argument216 char *name; /* name to hand to "pcap_open_live()" */217 char *description; /* textual description of interface, or NULL */218 struct pcap_addr *addresses;219 bpf_u_int32 flags; /* PCAP_IF_ interface flags */