Home
last modified time | relevance | path

Searched defs:pcap_if (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libpcap/pcap/
H A Dpcap.h301 struct pcap_if { struct
302 struct pcap_if *next; argument
303 char *name; /* name to hand to "pcap_open_live()" */
304 char *description; /* textual description of interface, or NULL */
305 struct pcap_addr *addresses;
306 bpf_u_int32 flags; /* PCAP_IF_ interface flags */