Home
last modified time | relevance | path

Searched refs:PCAP_IF_LOOPBACK (Results 1 – 8 of 8) sorted by relevance

/external/libpcap/
Dfad-helpers.c111 pcap_flags |= PCAP_IF_LOOPBACK; in if_flags_to_pcap_flags()
178 if (dev->flags & PCAP_IF_LOOPBACK) in get_figure_of_merit()
Dinet.c96 if (alldevs == NULL || (alldevs->flags & PCAP_IF_LOOPBACK)) {
Dpcap-sita.c98 f = (iff->flags == PCAP_IF_LOOPBACK) ? "L" : ""; in dump_interface_list()
618 …if (flags) iff->flags = PCAP_IF_LOOPBACK; /* if this is a loopback style interface, lets mark … in process_client_data()
Dpcap-win32.c1516 flags |= PCAP_IF_LOOPBACK; in pcap_platform_finddevs()
/external/libpcap/tests/
Dfindalldevstest.c86 if (d->flags & PCAP_IF_LOOPBACK) { in ifprint()
/external/libpcap/pcap/
Dpcap.h226 #define PCAP_IF_LOOPBACK 0x00000001 /* interface is loopback */ macro
/external/scapy/scapy/modules/
Dwinpcapy.py202 PCAP_IF_LOOPBACK = 1 variable
/external/tcpdump/
Dtcpdump.c215 { PCAP_IF_LOOPBACK, "Loopback" },