HomeSort by: relevance | last modified time | path
    Searched refs:PCAP_IF_LOOPBACK (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/libpcap/dist/testprogs/
findalldevstest.c 210 if (d->flags & PCAP_IF_LOOPBACK) {
  /src/external/bsd/libpcap/dist/
pcap-haiku.c 450 if (*flags & PCAP_IF_LOOPBACK ||
pcap-libdlpi.c 327 if (*flags & PCAP_IF_LOOPBACK) {
pcap-pf.c 573 if (*flags & PCAP_IF_LOOPBACK) {
pcap-sita.c 109 f = (iff->flags == PCAP_IF_LOOPBACK) ? "L" : "";
628 if (flags) iff->flags = PCAP_IF_LOOPBACK; /* if this is a loopback style interface, lets mark it as such */
pcap.c 843 if (dev->flags & PCAP_IF_LOOPBACK)
1046 pcap_flags |= PCAP_IF_LOOPBACK;
1054 pcap_flags |= PCAP_IF_LOOPBACK;
1571 if (alldevs == NULL || (alldevs->flags & PCAP_IF_LOOPBACK)) {
pcap-npf.c 2126 if (*flags & PCAP_IF_LOOPBACK) {
2462 flags |= PCAP_IF_LOOPBACK;
pcap-dlpi.c 1094 if (*flags & PCAP_IF_LOOPBACK) {
pcap-bpf.c 3074 if (*flags & PCAP_IF_LOOPBACK) {
pcap-linux.c 1629 if (*flags & PCAP_IF_LOOPBACK) {
  /src/external/bsd/libpcap/dist/pcap/
pcap.h 361 #define PCAP_IF_LOOPBACK 0x00000001 /* interface is loopback */
  /src/external/bsd/tcpdump/dist/
tcpdump.c 298 { PCAP_IF_LOOPBACK, "Loopback" },

Completed in 62 milliseconds