Home
last modified time | relevance | path

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

/external/scapy/scapy/modules/
Dwinpcapy.py175 class pcap_if(Structure): class
177 pcap_if._fields_ = [('next', POINTER(pcap_if)),
230 pcap_if_t = pcap_if
/external/libpcap/pcap/
Dpcap.h120 typedef struct pcap_if pcap_if_t;
255 struct pcap_if { struct
256 struct pcap_if *next; argument