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

  /external/libpcap/
remote-ext.h 103 #define PCAP_SRC_IFLOCAL 3
pcap-new.c 126 if (type == PCAP_SRC_IFLOCAL)
152 if (pcap_createsrcstr(tmpstring, PCAP_SRC_IFLOCAL, NULL, NULL, dev->name, errbuf) == -1)
727 case PCAP_SRC_IFLOCAL:
773 *type = PCAP_SRC_IFLOCAL;
816 tmptype = PCAP_SRC_IFLOCAL;
884 *type = PCAP_SRC_IFLOCAL;
950 case PCAP_SRC_IFLOCAL:
    [all...]
pcap-win32.c 863 if (srctype == PCAP_SRC_IFLOCAL)
    [all...]
  /external/scapy/scapy/modules/
winpcapy.py 529 #define PCAP_SRC_IFLOCAL 3
533 PCAP_SRC_IFLOCAL = 3

Completed in 89 milliseconds