HomeSort by relevance Sort by last modified time
    Searched refs:IFF_LOOPBACK (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/strace/xlat/
iffflags.h 15 #if defined(IFF_LOOPBACK) || (defined(HAVE_DECL_IFF_LOOPBACK) && HAVE_DECL_IFF_LOOPBACK)
16 XLAT(IFF_LOOPBACK),
  /bionic/libc/kernel/uapi/linux/
if.h 37 IFF_LOOPBACK = 1 << 3,
62 #define IFF_LOOPBACK IFF_LOOPBACK
81 #define IFF_VOLATILE (IFF_LOOPBACK | IFF_POINTOPOINT | IFF_BROADCAST | IFF_ECHO | IFF_MASTER | IFF_SLAVE | IFF_RUNNING | IFF_LOWER_UP | IFF_DORMANT)
  /external/iproute2/include/uapi/linux/
if.h 59 * @IFF_LOOPBACK: is a loopback net. Volatile.
85 IFF_LOOPBACK = 1<<3, /* __volatile__ */
112 #define IFF_LOOPBACK IFF_LOOPBACK
133 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
  /external/kernel-headers/original/uapi/linux/
if.h 61 * @IFF_LOOPBACK: is a loopback net. Volatile.
87 IFF_LOOPBACK = 1<<3, /* volatile */
114 #define IFF_LOOPBACK IFF_LOOPBACK
135 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
  /external/libnl/include/linux-private/linux/
if_bad.h 29 #define IFF_LOOPBACK 0x8 /* is a loopback net */
51 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if.h 51 IFF_LOOPBACK = 0x8, /* Is a loopback net. */
52 # define IFF_LOOPBACK IFF_LOOPBACK
  /external/autotest/client/deps/lansim/src/
wrapper_linux_if.c 57 * @IFF_LOOPBACK: is a loopback net. Volatile.
81 PyModule_AddIntMacro(m, IFF_LOOPBACK);
101 PyModule_AddIntMacro(m, IFF_LOOPBACK);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if.h 34 #define IFF_LOOPBACK 0x8 /* is a loopback net */
56 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
defs_solaris.go 57 sysIFF_LOOPBACK = C.IFF_LOOPBACK
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
defs_solaris.go 57 sysIFF_LOOPBACK = C.IFF_LOOPBACK
  /libcore/luni/src/test/java/libcore/java/net/
NetworkInterfaceTest.java 42 import static android.system.OsConstants.IFF_LOOPBACK;
253 assertEquals((getFlags(nif) & IFF_LOOPBACK) == IFF_LOOPBACK, nif.isLoopback());
  /device/linaro/bootloader/edk2/StdLib/Include/net/
if.h 83 #define IFF_LOOPBACK 0x8 /* is a loopback net */
  /external/iproute2/ip/
iptoken.c 68 if (ifi->ifi_flags & (IFF_LOOPBACK | IFF_NOARP))
  /external/libpcap/Win32/Include/net/
if.h 85 #define IFF_LOOPBACK 0x8 /* is a loopback net */
  /prebuilts/go/darwin-x86/src/net/
interface_bsd.go 65 if rawFlags&syscall.IFF_LOOPBACK != 0 {
interface_linux.go 105 if rawFlags&syscall.IFF_LOOPBACK != 0 {
  /prebuilts/go/linux-x86/src/net/
interface_bsd.go 65 if rawFlags&syscall.IFF_LOOPBACK != 0 {
interface_linux.go 105 if rawFlags&syscall.IFF_LOOPBACK != 0 {
  /external/libpcap/
fad-helpers.c 81 /* Not all systems have IFF_LOOPBACK */
82 #ifdef IFF_LOOPBACK
83 #define ISLOOPBACK(name, flags) ((flags) & IFF_LOOPBACK)
  /external/toybox/toys/pending/
arping.c 219 if ((ifr.ifr_flags & (IFF_NOARP | IFF_LOOPBACK))
  /libcore/ojluni/src/main/java/java/net/
NetworkInterface.java 494 return (getFlags() & IFF_LOOPBACK) != 0;
  /bionic/tests/
ifaddrs_test.cpp 199 if ((flags & IFF_LOOPBACK) != 0) result += " LOOPBACK";
  /external/ppp/pppd/
sys-solaris.c 360 if ((fl & (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|IFF_NOARP))
446 if ((fl & (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|IFF_NOARP))
    [all...]
  /external/dhcpcd-6.8.2/
if-linux.c 763 if (ifi->ifi_flags & IFF_LOOPBACK)
1355 if (rt->iface->flags & IFF_LOOPBACK)
    [all...]
if.c 372 if (ifa->ifa_flags & (IFF_LOOPBACK | IFF_POINTOPOINT)) {

Completed in 1100 milliseconds

1 2 3 4 5