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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
socketmodule.h 47 # undef AF_NETLINK
102 #ifdef AF_NETLINK
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.h 47 # undef AF_NETLINK
102 #ifdef AF_NETLINK
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.h 47 # undef AF_NETLINK
102 #ifdef AF_NETLINK
  /external/python/cpython2/Modules/
socketmodule.h 47 # undef AF_NETLINK
102 #ifdef AF_NETLINK
  /external/python/cpython3/Modules/
socketmodule.h 54 # undef AF_NETLINK
140 #ifdef AF_NETLINK
  /external/strace/xlat/
addrfams.h 50 #if !(defined(AF_NETLINK) || (defined(HAVE_DECL_AF_NETLINK) && HAVE_DECL_AF_NETLINK))
51 # define AF_NETLINK 16
154 XLAT(AF_NETLINK),
  /bionic/libc/include/sys/
socket.h 159 #define AF_NETLINK 16
160 #define AF_ROUTE AF_NETLINK
204 #define PF_NETLINK AF_NETLINK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 136 #define AF_NETLINK PF_NETLINK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 136 #define AF_NETLINK PF_NETLINK
  /external/python/cpython2/Lib/plat-linux2/
IN.py 407 AF_NETLINK = PF_NETLINK
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 407 AF_NETLINK = PF_NETLINK
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 407 AF_NETLINK = PF_NETLINK
  /external/python/cpython2/Lib/plat-atheos/
IN.py 428 AF_NETLINK = PF_NETLINK
744 AF_NETLINK = PF_NETLINK
  /libcore/luni/src/main/java/android/system/
OsConstants.java 112 /** @hide */ public static final int AF_NETLINK = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 37 AF_NETLINK = 0x10
    [all...]
zerrors_linux_amd64.go 37 AF_NETLINK = 0x10
    [all...]
zerrors_linux_arm.go 37 AF_NETLINK = 0x10
    [all...]
zerrors_linux_arm64.go 37 AF_NETLINK = 0x10
    [all...]
zerrors_linux_mips.go 35 AF_NETLINK = 0x10
    [all...]
zerrors_linux_mips64.go 35 AF_NETLINK = 0x10
    [all...]
zerrors_linux_mips64le.go 35 AF_NETLINK = 0x10
    [all...]
zerrors_linux_mipsle.go 35 AF_NETLINK = 0x10
    [all...]
zerrors_linux_ppc64.go 37 AF_NETLINK = 0x10
    [all...]
zerrors_linux_ppc64le.go 37 AF_NETLINK = 0x10
    [all...]
zerrors_linux_s390x.go 35 AF_NETLINK = 0x10
    [all...]

Completed in 1176 milliseconds

1 2