Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-new.c502 if (pcap_createsrcstr(tmpstring2, PCAP_SRC_IFREMOTE, host, port, tmpstring, errbuf) == -1) in pcap_findalldevs_ex()
691 case PCAP_SRC_IFREMOTE: in pcap_createsrcstr()
786 tmptype = PCAP_SRC_IFREMOTE; in pcap_parsesrcstr()
804 tmptype = PCAP_SRC_IFREMOTE; in pcap_parsesrcstr()
820 tmptype = PCAP_SRC_IFREMOTE; in pcap_parsesrcstr()
921 case PCAP_SRC_IFREMOTE: in pcap_open()
Dremote-ext.h111 #define PCAP_SRC_IFREMOTE 4 macro
Dpcap-win32.c851 if (srctype == PCAP_SRC_IFREMOTE) in pcap_activate_win32()
Dpcap-rpcap.c732 if (retval != PCAP_SRC_IFREMOTE) in pcap_opensource_remote()
/external/scapy/scapy/modules/
Dwinpcapy.py534 PCAP_SRC_IFREMOTE = 4 variable