/external/strace/xlat/ |
D | iffflags.h | 27 #if defined(IFF_LOOPBACK) || (defined(HAVE_DECL_IFF_LOOPBACK) && HAVE_DECL_IFF_LOOPBACK) 29 static_assert((IFF_LOOPBACK) == ((1 << 3)), "IFF_LOOPBACK != (1 << 3)"); 32 # define IFF_LOOPBACK (1 << 3) 149 XLAT(IFF_LOOPBACK),
|
D | iffflags.in | 5 IFF_LOOPBACK (1 << 3)
|
/external/iproute2/include/uapi/linux/ |
D | if.h | 85 IFF_LOOPBACK = 1<<3, /* __volatile__ */ enumerator 112 #define IFF_LOOPBACK IFF_LOOPBACK macro 133 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
|
/external/kernel-headers/original/uapi/linux/ |
D | if.h | 88 IFF_LOOPBACK = 1<<3, /* volatile */ enumerator 115 #define IFF_LOOPBACK IFF_LOOPBACK macro 136 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
|
/external/libnl/include/linux-private/linux/ |
D | if_bad.h | 29 #define IFF_LOOPBACK 0x8 /* is a loopback net */ macro 51 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
|
/external/autotest/client/deps/lansim/src/ |
D | wrapper_linux_if.c | 81 PyModule_AddIntMacro(m, IFF_LOOPBACK); in _init_linux_if_h() 101 PyModule_AddIntMacro(m, IFF_LOOPBACK); in _init_linux_if_h()
|
/external/iproute2/ip/ |
D | iptoken.c | 68 if (ifi->ifi_flags & (IFF_LOOPBACK | IFF_NOARP)) in print_token()
|
/external/u-boot/arch/sandbox/cpu/ |
D | eth-raw-os.c | 54 ret = !!(ifr.ifr_flags & IFF_LOOPBACK); in sandbox_eth_raw_os_is_local()
|
/external/ppp/pppd/ |
D | sys-solaris.c | 360 if ((fl & (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|IFF_NOARP)) in get_first_ethernet() 446 if ((fl & (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|IFF_NOARP)) in get_first_ethernet() 2187 (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|IFF_NOARP)) 2444 if ((ifreq.ifr_flags & (IFF_UP|IFF_POINTOPOINT|IFF_LOOPBACK))
|
D | sys-linux.c | 229 IFF_POINTOPOINT | IFF_LOOPBACK | IFF_NOARP)
|
/external/toybox/toys/pending/ |
D | arping.c | 218 if ((ifr.ifr_flags & (IFF_NOARP | IFF_LOOPBACK)) in arping_main()
|
/external/mdnsresponder/mDNSWindows/ |
D | mDNSWin32.c | 1889 … == AF_INET && !SetupAddr(&addr, ifa->ifa_addr) && !(ifa->ifa_flags & IFF_LOOPBACK) && ifa->ifa_ne… in SetReverseMapSearchDomainList() 2483 if( p->ifa_flags & IFF_LOOPBACK ) in SetupInterfaceList() 2538 if( p->ifa_flags & IFF_LOOPBACK ) in SetupInterfaceList() 2583 flagMask |= IFF_LOOPBACK; in SetupInterfaceList() 2584 flagTest |= IFF_LOOPBACK; in SetupInterfaceList() 3680 if( iaa->IfType == IF_TYPE_SOFTWARE_LOOPBACK ) ifa->ifa_flags |= IFF_LOOPBACK; in getifaddrs_ipv6()
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 480 pub const IFF_LOOPBACK: ::c_int = 0x8; // is a loopback net constant
|
/external/webrtc/webrtc/base/ |
D | network.cc | 442 if (cursor->ifa_flags & IFF_LOOPBACK) { in ConvertIfAddrs()
|
/external/scapy/scapy/arch/ |
D | linux.py | 56 IFF_LOOPBACK = 0x8 # Is a loopback net. variable
|
/external/iputils/ |
D | arping.c | 583 if (ifflags & (IFF_NOARP | IFF_LOOPBACK)) { in check_ifflags()
|
D | rdisc.c | 1164 if (ifreq.ifr_flags & IFF_LOOPBACK) in initifs()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 668 pub const IFF_LOOPBACK: ::c_int = 0x8; // is a loopback net constant
|
/external/libpcap/ |
D | pcap.c | 790 #ifdef IFF_LOOPBACK 791 if (if_flags & IFF_LOOPBACK)
|
/external/dnsmasq/src/ |
D | network.c | 126 loopback = ifr.ifr_flags & IFF_LOOPBACK; in iface_allowed()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 656 pub const IFF_LOOPBACK: ::c_int = 0x8; // (i) is a loopback net constant
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 781 pub const IFF_LOOPBACK: ::c_int = 0x0008; constant
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSPosix.c | 968 if (i->ifi_flags & IFF_LOOPBACK) in SetupInterfaceList()
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1304 pub const IFF_LOOPBACK: ::c_int = 0x8; // is a loopback net constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 669 pub const IFF_LOOPBACK: ::c_int = 0x8; constant
|