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

1 2 3

  /external/scapy/scapy/arch/
linux.py 53 IFF_UP = 0x1 # Interface is up.
132 if ifflags & IFF_UP:
  /external/libnl/include/linux-private/linux/
if_bad.h 26 #define IFF_UP 0x1 /* interface is up */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if.h 45 IFF_UP = 0x1, /* Interface is up. */
46 # define IFF_UP IFF_UP
  /device/linaro/bootloader/edk2/StdLib/Include/net/
if.h 80 #define IFF_UP 0x1 /* interface is up */
  /bionic/libc/kernel/uapi/linux/
if.h 34 IFF_UP = 1 << 0,
59 #define IFF_UP IFF_UP
  /external/iproute2/include/uapi/linux/
if.h 56 * @IFF_UP: interface is up. Can be toggled through sysfs.
82 IFF_UP = 1<<0, /* sysfs */
109 #define IFF_UP IFF_UP
  /external/kernel-headers/original/uapi/linux/
if.h 58 * @IFF_UP: interface is up. Can be toggled through sysfs.
84 IFF_UP = 1<<0, /* sysfs */
111 #define IFF_UP IFF_UP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if.h 31 #define IFF_UP 0x1 /* interface is up */
  /prebuilts/go/darwin-x86/src/syscall/
net_nacl.go 122 IFF_UP
types_windows.go 758 IFF_UP = 1
zerrors_darwin_386.go 297 IFF_UP = 0x1
    [all...]
zerrors_darwin_amd64.go 297 IFF_UP = 0x1
    [all...]
zerrors_darwin_arm.go 281 IFF_UP = 0x1
    [all...]
zerrors_darwin_arm64.go 301 IFF_UP = 0x1
    [all...]
zerrors_solaris_amd64.go 369 IFF_UP = 0x1
    [all...]
zerrors_dragonfly_amd64.go 364 IFF_UP = 0x1
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
net_nacl.go 122 IFF_UP
types_windows.go 758 IFF_UP = 1
zerrors_darwin_386.go 297 IFF_UP = 0x1
    [all...]
zerrors_darwin_amd64.go 297 IFF_UP = 0x1
    [all...]
zerrors_darwin_arm.go 281 IFF_UP = 0x1
    [all...]
zerrors_darwin_arm64.go 301 IFF_UP = 0x1
    [all...]
zerrors_solaris_amd64.go 369 IFF_UP = 0x1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 150 #define IFF_UP 0x00000001
  /libcore/luni/src/main/java/android/system/
OsConstants.java 309 public static final int IFF_UP = placeholder();
    [all...]

Completed in 323 milliseconds

1 2 3