Home
last modified time | relevance | path

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

/external/libpcap/pcap/
Dpcap.h255 struct pcap_if { struct
256 struct pcap_if *next; argument
257 char *name; /* name to hand to "pcap_open_live()" */
258 char *description; /* textual description of interface, or NULL */
259 struct pcap_addr *addresses;
260 bpf_u_int32 flags; /* PCAP_IF_ interface flags */
/external/scapy/scapy/modules/
Dwinpcapy.py175 class pcap_if(Structure): class