Searched refs:PCAP_IF_LOOPBACK (Results 1 - 3 of 3) sorted by relevance

/external/libpcap/
H A Dinet.c253 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)) {
H A Dpcap.h203 #define PCAP_IF_LOOPBACK 0x00000001 /* interface is loopback */ macro
H A Dpcap1.h199 #define PCAP_IF_LOOPBACK 0x00000001 /* interface is loopback */ macro

Completed in 55 milliseconds