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

  /external/libpcap/
inet.c 254 curdev->flags |= PCAP_IF_LOOPBACK;
301 if (!(curdev->flags & PCAP_IF_LOOPBACK) &&
302 (nextdev->flags & PCAP_IF_LOOPBACK)) {
324 (!(curdev->flags & PCAP_IF_LOOPBACK) ||
325 (nextdev->flags & PCAP_IF_LOOPBACK))) {
685 if (alldevs == NULL || (alldevs->flags & PCAP_IF_LOOPBACK)) {
pcap1.h 203 #define PCAP_IF_LOOPBACK 0x00000001 /* interface is loopback */
pcap-sita.c 100 f = (iff->flags == PCAP_IF_LOOPBACK) ? "L" : "";
615 if (flags) iff->flags = PCAP_IF_LOOPBACK; /* if this is a loopback style interface, lets mark it as such */
    [all...]
  /external/libpcap/tests/
findalldevstest.c 66 printf("\tLoopback: %s\n",(d->flags & PCAP_IF_LOOPBACK)?"yes":"no");
  /external/libpcap/pcap/
pcap.h 224 #define PCAP_IF_LOOPBACK 0x00000001 /* interface is loopback */

Completed in 328 milliseconds