HomeSort by relevance Sort by last modified time
    Searched defs:IFF_MASTER (Results 1 - 25 of 36) sorted by null

1 2

  /external/libnl/include/linux-private/linux/
if_bad.h 37 #define IFF_MASTER 0x400 /* master 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 68 IFF_MASTER = 0x400, /* Master of a load balancer. */
69 # define IFF_MASTER IFF_MASTER
  /bionic/libc/kernel/uapi/linux/
if.h 44 IFF_MASTER = 1 << 10,
69 #define IFF_MASTER IFF_MASTER
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 68 * @IFF_MASTER: master of a load balancer. Volatile.
92 IFF_MASTER = 1<<10, /* __volatile__ */
119 #define IFF_MASTER IFF_MASTER
134 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /external/kernel-headers/original/uapi/linux/
if.h 70 * @IFF_MASTER: master of a load balancer. Volatile.
94 IFF_MASTER = 1<<10, /* volatile */
121 #define IFF_MASTER IFF_MASTER
136 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/linux/
if.h 42 #define IFF_MASTER 0x400 /* master of a load balancer */
57 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /libcore/luni/src/main/java/android/system/
OsConstants.java 300 public static final int IFF_MASTER = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 316 IFF_MASTER = 0x400
    [all...]
zerrors_linux_amd64.go 316 IFF_MASTER = 0x400
    [all...]
zerrors_linux_arm.go 318 IFF_MASTER = 0x400
    [all...]
zerrors_linux_arm64.go 421 IFF_MASTER = 0x400
    [all...]
zerrors_linux_mips.go 414 IFF_MASTER = 0x400
    [all...]
zerrors_linux_mips64.go 417 IFF_MASTER = 0x400
    [all...]
zerrors_linux_mips64le.go 417 IFF_MASTER = 0x400
    [all...]
zerrors_linux_mipsle.go 414 IFF_MASTER = 0x400
    [all...]
zerrors_linux_ppc64.go 421 IFF_MASTER = 0x400
    [all...]
zerrors_linux_ppc64le.go 421 IFF_MASTER = 0x400
    [all...]
zerrors_linux_s390x.go 424 IFF_MASTER = 0x400
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 316 IFF_MASTER = 0x400
    [all...]
zerrors_linux_amd64.go 316 IFF_MASTER = 0x400
    [all...]
zerrors_linux_arm.go 318 IFF_MASTER = 0x400
    [all...]
zerrors_linux_arm64.go 421 IFF_MASTER = 0x400
    [all...]
zerrors_linux_mips.go 414 IFF_MASTER = 0x400
    [all...]
zerrors_linux_mips64.go 417 IFF_MASTER = 0x400
    [all...]
zerrors_linux_mips64le.go 417 IFF_MASTER = 0x400
    [all...]

Completed in 477 milliseconds

1 2