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

1 2

  /bionic/libc/kernel/uapi/linux/
tipc.h 87 #ifndef AF_TIPC
88 #define AF_TIPC 30
91 #define PF_TIPC AF_TIPC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
tipc.h 159 #ifndef AF_TIPC
160 #define AF_TIPC 30
164 #define PF_TIPC AF_TIPC
  /external/iproute2/include/uapi/linux/
tipc.h 184 #ifndef AF_TIPC
185 #define AF_TIPC 30
189 #define PF_TIPC AF_TIPC
  /external/kernel-headers/original/uapi/linux/
tipc.h 184 #ifndef AF_TIPC
185 #define AF_TIPC 30
189 #define PF_TIPC AF_TIPC
  /external/strace/xlat/
addrfams.h 92 #if !(defined(AF_TIPC) || (defined(HAVE_DECL_AF_TIPC) && HAVE_DECL_AF_TIPC))
93 # define AF_TIPC 30
168 XLAT(AF_TIPC),
  /bionic/libc/include/sys/
socket.h 172 #define AF_TIPC 30
217 #define PF_TIPC AF_TIPC
  /external/iproute2/tipc/
node.c 112 sk = socket(AF_TIPC, SOCK_RDM, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 149 #define AF_TIPC PF_TIPC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 149 #define AF_TIPC PF_TIPC
  /external/libnl/lib/
addr.c 1038 #ifdef AF_TIPC
1039 __ADD(AF_TIPC,tipc)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_socket.py     [all...]
  /external/python/cpython2/Lib/test/
test_socket.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socket.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socket.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 10 portable manner, though AF_PACKET, AF_NETLINK and AF_TIPC are supported
56 - an AF_TIPC socket address is expressed as
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 10 portable manner, though AF_PACKET, AF_NETLINK and AF_TIPC are supported
56 - an AF_TIPC socket address is expressed as
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 10 portable manner, though AF_PACKET, AF_NETLINK and AF_TIPC are supported
56 - an AF_TIPC socket address is expressed as
    [all...]
  /external/python/cpython3/Modules/
socketmodule.c 10 portable manner, though AF_PACKET, AF_NETLINK and AF_TIPC are supported
58 - an AF_TIPC socket address is expressed as
    [all...]
  /external/python/cpython3/Lib/test/
test_socket.py     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 48 AF_TIPC = 0x1e
    [all...]
zerrors_linux_amd64.go 48 AF_TIPC = 0x1e
    [all...]
zerrors_linux_arm.go 48 AF_TIPC = 0x1e
    [all...]
zerrors_linux_arm64.go 49 AF_TIPC = 0x1e
    [all...]

Completed in 1510 milliseconds

1 2