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

  /external/libnl/include/linux-private/linux/
if_bad.h 44 #define IFF_DYNAMIC 0x8000 /* dialup device with changing addresses*/
  /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
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go 647 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_amd64.go 647 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_arm.go 646 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_arm64.go 649 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_mips.go 646 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_mips64.go 646 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_mips64le.go 646 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_mipsle.go 646 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_ppc64.go 646 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_ppc64le.go 646 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_s390x.go 646 IFF_DYNAMIC = 0x8000
    [all...]
zerrors_linux_sparc64.go 517 IFF_DYNAMIC = 0x8000
    [all...]

Completed in 276 milliseconds