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

1 2

  /external/strace/xlat/
iffflags.h 39 #if defined(IFF_SLAVE) || (defined(HAVE_DECL_IFF_SLAVE) && HAVE_DECL_IFF_SLAVE)
40 XLAT(IFF_SLAVE),
  /bionic/libc/kernel/uapi/linux/
if.h 45 IFF_SLAVE = 1 << 11,
70 #define IFF_SLAVE IFF_SLAVE
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 69 * @IFF_SLAVE: slave of a load balancer. Volatile.
93 IFF_SLAVE = 1<<11, /* __volatile__ */
120 #define IFF_SLAVE IFF_SLAVE
134 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /external/kernel-headers/original/uapi/linux/
if.h 71 * @IFF_SLAVE: slave of a load balancer. Volatile.
95 IFF_SLAVE = 1<<11, /* volatile */
122 #define IFF_SLAVE IFF_SLAVE
136 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /external/libnl/include/linux-private/linux/
if_bad.h 38 #define IFF_SLAVE 0x800 /* slave of a load balancer */
52 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if.h 70 IFF_SLAVE = 0x800, /* Slave of a load balancer. */
71 # define IFF_SLAVE IFF_SLAVE
  /external/autotest/client/deps/lansim/src/
wrapper_linux_if.c 67 * @IFF_SLAVE: slave of a load balancer. Volatile.
89 PyModule_AddIntMacro(m, IFF_SLAVE);
109 PyModule_AddIntMacro(m, IFF_SLAVE);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if.h 43 #define IFF_SLAVE 0x800 /* slave of a load balancer */
57 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /bionic/tests/
ifaddrs_test.cpp 207 if ((flags & IFF_SLAVE) != 0) result += " SLAVE";
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 304 #if defined(IFF_SLAVE)
305 initConstant(env, c, "IFF_SLAVE", IFF_SLAVE);
    [all...]
  /external/libnl/lib/route/
link.c 847 if (l->l_change & IFF_SLAVE) {
848 if (l->l_flags & IFF_SLAVE) {
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 308 public static final int IFF_SLAVE = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 326 IFF_SLAVE = 0x800
    [all...]
zerrors_linux_amd64.go 326 IFF_SLAVE = 0x800
    [all...]
zerrors_linux_arm.go 328 IFF_SLAVE = 0x800
    [all...]
zerrors_linux_arm64.go 438 IFF_SLAVE = 0x800
    [all...]
zerrors_linux_mips.go 427 IFF_SLAVE = 0x800
    [all...]
zerrors_linux_mips64.go 434 IFF_SLAVE = 0x800
    [all...]
zerrors_linux_mips64le.go 434 IFF_SLAVE = 0x800
    [all...]
zerrors_linux_mipsle.go 427 IFF_SLAVE = 0x800
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 326 IFF_SLAVE = 0x800
    [all...]
zerrors_linux_amd64.go 326 IFF_SLAVE = 0x800
    [all...]
zerrors_linux_arm.go 328 IFF_SLAVE = 0x800
    [all...]
zerrors_linux_arm64.go 438 IFF_SLAVE = 0x800
    [all...]
zerrors_linux_mips.go 427 IFF_SLAVE = 0x800
    [all...]

Completed in 787 milliseconds

1 2