Home
last modified time | relevance | path

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

/external/libpcap/pcap/
Dpcap.h218 struct pcap_if { struct
219 struct pcap_if *next; argument
220 char *name; /* name to hand to "pcap_open_live()" */
221 char *description; /* textual description of interface, or NULL */
222 struct pcap_addr *addresses;
223 bpf_u_int32 flags; /* PCAP_IF_ interface flags */