Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap.h195 struct pcap_if { struct
196 struct pcap_if *next; argument
197 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 */
Dpcap1.h191 struct pcap_if { struct
192 struct pcap_if *next; argument
193 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 */