HomeSort by relevance Sort by last modified time
    Searched refs:PCAP_SRC_IFREMOTE (Results 1 - 5 of 5) sorted by null

  /external/libpcap/
remote-ext.h 111 #define PCAP_SRC_IFREMOTE 4
pcap-new.c 502 if (pcap_createsrcstr(tmpstring2, PCAP_SRC_IFREMOTE, host, port, tmpstring, errbuf) == -1)
691 case PCAP_SRC_IFREMOTE:
786 tmptype = PCAP_SRC_IFREMOTE;
804 tmptype = PCAP_SRC_IFREMOTE;
820 tmptype = PCAP_SRC_IFREMOTE;
921 case PCAP_SRC_IFREMOTE:
    [all...]
pcap-win32.c 851 if (srctype == PCAP_SRC_IFREMOTE)
    [all...]
pcap-rpcap.c 732 if (retval != PCAP_SRC_IFREMOTE)
    [all...]
  /external/scapy/scapy/modules/
winpcapy.py 530 #define PCAP_SRC_IFREMOTE 4
534 PCAP_SRC_IFREMOTE = 4

Completed in 212 milliseconds