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 */
191 struct pcap_if { struct192 struct pcap_if *next; argument193 char *name; /* name to hand to "pcap_open_live()" */194 char *description; /* textual description of interface, or NULL */195 struct pcap_addr *addresses;196 bpf_u_int32 flags; /* PCAP_IF_ interface flags */