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

  /external/libpcap/tests/
findalldevstest.c 86 if (d->flags & PCAP_IF_LOOPBACK) {
  /external/libpcap/
fad-helpers.c 111 pcap_flags |= PCAP_IF_LOOPBACK;
178 if (dev->flags & PCAP_IF_LOOPBACK)
inet.c 96 if (alldevs == NULL || (alldevs->flags & PCAP_IF_LOOPBACK)) {
pcap-sita.c 98 f = (iff->flags == PCAP_IF_LOOPBACK) ? "L" : "";
618 if (flags) iff->flags = PCAP_IF_LOOPBACK; /* if this is a loopback style interface, lets mark it as such */
    [all...]
pcap-win32.c     [all...]
  /external/libpcap/pcap/
pcap.h 226 #define PCAP_IF_LOOPBACK 0x00000001 /* interface is loopback */
  /external/scapy/scapy/modules/
winpcapy.py 200 ##define PCAP_IF_LOOPBACK 0x00000001
202 PCAP_IF_LOOPBACK = 1
  /external/tcpdump/
tcpdump.c 215 { PCAP_IF_LOOPBACK, "Loopback" },
    [all...]

Completed in 191 milliseconds