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

1 2

  /bionic/libc/kernel/uapi/linux/
tipc.h 75 #ifndef AF_TIPC
76 #define AF_TIPC 30
79 #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 140 #ifndef AF_TIPC
141 #define AF_TIPC 30
145 #define PF_TIPC AF_TIPC
  /external/strace/xlat/
addrfams.h 216 #if defined(AF_TIPC) || (defined(HAVE_DECL_AF_TIPC) && HAVE_DECL_AF_TIPC)
218 static_assert((AF_TIPC) == (30), "AF_TIPC != 30");
221 # define AF_TIPC 30
357 [AF_TIPC] = 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);
  /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...]
  /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...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go 54 AF_TIPC = 0x1e
    [all...]
zerrors_linux_386.go 61 AF_TIPC = 0x1e
    [all...]
zerrors_linux_amd64.go 61 AF_TIPC = 0x1e
    [all...]
zerrors_linux_arm.go 61 AF_TIPC = 0x1e
    [all...]
zerrors_linux_arm64.go 61 AF_TIPC = 0x1e
    [all...]
zerrors_linux_mips.go 61 AF_TIPC = 0x1e
    [all...]
zerrors_linux_mips64.go 61 AF_TIPC = 0x1e
    [all...]
zerrors_linux_mips64le.go 61 AF_TIPC = 0x1e
    [all...]
zerrors_linux_mipsle.go 61 AF_TIPC = 0x1e
    [all...]
zerrors_linux_ppc64.go 61 AF_TIPC = 0x1e
    [all...]
zerrors_linux_ppc64le.go 61 AF_TIPC = 0x1e
    [all...]

Completed in 1106 milliseconds

1 2