Home
last modified time | relevance | path

Searched refs:PCAP_OPENFLAG_PROMISCUOUS (Results 1 – 5 of 5) sorted by relevance

/external/libpcap/
Dpcap-new.c401 if (flags & PCAP_OPENFLAG_PROMISCUOUS) in pcap_open()
Dpcap-rpcap.c1167 if (pr->rmt_flags & PCAP_OPENFLAG_PROMISCUOUS) in pcap_startcapture_remote()
Dpcap.c2483 promisc ? PCAP_OPENFLAG_PROMISCUOUS : 0, to_ms,
/external/libpcap/pcap/
Dpcap.h690 #define PCAP_OPENFLAG_PROMISCUOUS 0x00000001 macro
/external/scapy/scapy/modules/
Dwinpcapy.py550 PCAP_OPENFLAG_PROMISCUOUS=1 variable