Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/testprogs/
H A Dfindalldevstest.c210 if (d->flags & PCAP_IF_LOOPBACK) { in ifprint()
/freebsd/contrib/libpcap/
H A Dpcap-haiku.c450 if (*flags & PCAP_IF_LOOPBACK || in get_if_flags()
H A Dpcap-libdlpi.c322 if (*flags & PCAP_IF_LOOPBACK) { in get_if_flags()
H A Dpcap-pf.c568 if (*flags & PCAP_IF_LOOPBACK) { in get_if_flags()
H A Dpcap-sita.c104 f = (iff->flags == PCAP_IF_LOOPBACK) ? "L" : ""; in dump_interface_list()
623 …if (flags) iff->flags = PCAP_IF_LOOPBACK; /* if this is a loopback style interface, lets mark … in process_client_data()
H A Dpcap.c834 if (dev->flags & PCAP_IF_LOOPBACK) in get_figure_of_merit()
1037 pcap_flags |= PCAP_IF_LOOPBACK;
1045 pcap_flags |= PCAP_IF_LOOPBACK;
1562 if (alldevs == NULL || (alldevs->flags & PCAP_IF_LOOPBACK)) {
H A Dpcap-npf.c2126 if (*flags & PCAP_IF_LOOPBACK) { in get_if_flags()
2462 flags |= PCAP_IF_LOOPBACK; in pcapint_platform_finddevs()
H A Dpcap-dlpi.c1089 if (*flags & PCAP_IF_LOOPBACK) {
H A Dpcap-bpf.c3066 if (*flags & PCAP_IF_LOOPBACK) {
H A Dpcap-linux.c1624 if (*flags & PCAP_IF_LOOPBACK) { in get_if_flags()
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h357 #define PCAP_IF_LOOPBACK 0x00000001 /* interface is loopback */ macro
/freebsd/contrib/tcpdump/
H A Dtcpdump.c298 { PCAP_IF_LOOPBACK, "Loopback" },