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

  /external/libpcap/
inet.c 253 curdev->flags |= PCAP_IF_LOOPBACK;
300 if (!(curdev->flags & PCAP_IF_LOOPBACK) &&
301 (nextdev->flags & PCAP_IF_LOOPBACK)) {
323 (!(curdev->flags & PCAP_IF_LOOPBACK) ||
324 (nextdev->flags & PCAP_IF_LOOPBACK))) {
562 if (alldevs == NULL || (alldevs->flags & PCAP_IF_LOOPBACK)) {
pcap.h 203 #define PCAP_IF_LOOPBACK 0x00000001 /* interface is loopback */
pcap1.h 199 #define PCAP_IF_LOOPBACK 0x00000001 /* interface is loopback */

Completed in 443 milliseconds