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

1 2

  /external/libnl/include/linux-private/linux/
if_bad.h 44 #define IFF_DYNAMIC 0x8000 /* dialup device with changing addresses*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if.h 80 IFF_DYNAMIC = 0x8000 /* Dialup device with changing addresses. */
81 # define IFF_DYNAMIC IFF_DYNAMIC
  /bionic/libc/kernel/uapi/linux/
if.h 49 IFF_DYNAMIC = 1 << 15,
74 #define IFF_DYNAMIC IFF_DYNAMIC
  /external/iproute2/include/uapi/linux/
if.h 73 * @IFF_DYNAMIC: dialup device with changing addresses. Can be toggled
97 IFF_DYNAMIC = 1<<15, /* sysfs */
124 #define IFF_DYNAMIC IFF_DYNAMIC
  /external/kernel-headers/original/uapi/linux/
if.h 75 * @IFF_DYNAMIC: dialup device with changing addresses. Can be toggled
99 IFF_DYNAMIC = 1<<15, /* sysfs */
126 #define IFF_DYNAMIC IFF_DYNAMIC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if.h 49 #define IFF_DYNAMIC 0x8000 /* dialup device with changing addresses*/
  /libcore/luni/src/main/java/android/system/
OsConstants.java 298 public static final int IFF_DYNAMIC = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 314 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_amd64.go 314 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_arm.go 316 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_arm64.go 412 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_mips.go 410 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_mips64.go 409 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_mips64le.go 409 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_mipsle.go 410 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_ppc64.go 412 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_ppc64le.go 412 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_s390x.go 420 IFF_DYNAMIC = 0x8000
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go 314 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_amd64.go 314 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_arm.go 316 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_arm64.go 412 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_mips.go 410 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_mips64.go 409 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_mips64le.go 409 IFF_DYNAMIC = 0x8000
    [all...]

Completed in 577 milliseconds

1 2