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

1 2

  /external/strace/xlat/
iffflags.h 48 #if defined(IFF_AUTOMEDIA) || (defined(HAVE_DECL_IFF_AUTOMEDIA) && HAVE_DECL_IFF_AUTOMEDIA)
49 XLAT(IFF_AUTOMEDIA),
  /bionic/libc/kernel/uapi/linux/
if.h 48 IFF_AUTOMEDIA = 1 << 14,
73 #define IFF_AUTOMEDIA IFF_AUTOMEDIA
  /external/iproute2/include/uapi/linux/
if.h 72 * @IFF_AUTOMEDIA: auto media select active. Can be toggled through sysfs.
96 IFF_AUTOMEDIA = 1<<14, /* sysfs */
123 #define IFF_AUTOMEDIA IFF_AUTOMEDIA
  /external/kernel-headers/original/uapi/linux/
if.h 74 * @IFF_AUTOMEDIA: auto media select active. Can be toggled through sysfs.
98 IFF_AUTOMEDIA = 1<<14, /* sysfs */
125 #define IFF_AUTOMEDIA IFF_AUTOMEDIA
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if.h 78 IFF_AUTOMEDIA = 0x4000, /* Auto media select active. */
79 # define IFF_AUTOMEDIA IFF_AUTOMEDIA
  /external/autotest/client/deps/lansim/src/
wrapper_linux_if.c 70 * @IFF_AUTOMEDIA: auto media select active. Can be toggled through sysfs.
92 PyModule_AddIntMacro(m, IFF_AUTOMEDIA);
112 PyModule_AddIntMacro(m, IFF_AUTOMEDIA);
  /external/libnl/include/linux-private/linux/
if_bad.h 43 #define IFF_AUTOMEDIA 0x4000 /* auto media select active */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if.h 48 #define IFF_AUTOMEDIA 0x4000 /* auto media select active */
  /bionic/tests/
ifaddrs_test.cpp 210 if ((flags & IFF_AUTOMEDIA) != 0) result += " AUTOMEDIA";
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 283 #if defined(IFF_AUTOMEDIA)
284 initConstant(env, c, "IFF_AUTOMEDIA", IFF_AUTOMEDIA);
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 295 public static final int IFF_AUTOMEDIA = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 311 IFF_AUTOMEDIA = 0x4000
    [all...]
zerrors_linux_amd64.go 311 IFF_AUTOMEDIA = 0x4000
    [all...]
zerrors_linux_arm.go 313 IFF_AUTOMEDIA = 0x4000
    [all...]
zerrors_linux_arm64.go 403 IFF_AUTOMEDIA = 0x4000
    [all...]
zerrors_linux_mips.go 405 IFF_AUTOMEDIA = 0x4000
    [all...]
zerrors_linux_mips64.go 400 IFF_AUTOMEDIA = 0x4000
    [all...]
zerrors_linux_mips64le.go 400 IFF_AUTOMEDIA = 0x4000
    [all...]
zerrors_linux_mipsle.go 405 IFF_AUTOMEDIA = 0x4000
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 311 IFF_AUTOMEDIA = 0x4000
    [all...]
zerrors_linux_amd64.go 311 IFF_AUTOMEDIA = 0x4000
    [all...]
zerrors_linux_arm.go 313 IFF_AUTOMEDIA = 0x4000
    [all...]
zerrors_linux_arm64.go 403 IFF_AUTOMEDIA = 0x4000
    [all...]
zerrors_linux_mips.go 405 IFF_AUTOMEDIA = 0x4000
    [all...]
zerrors_linux_mips64.go 400 IFF_AUTOMEDIA = 0x4000
    [all...]

Completed in 114 milliseconds

1 2