Searched refs:SOL_IPX (Results 1 – 20 of 20) sorted by relevance
/external/strace/xlat/ |
D | socketlayers.h | 71 #if defined(SOL_IPX) || (defined(HAVE_DECL_SOL_IPX) && HAVE_DECL_SOL_IPX) 73 static_assert((SOL_IPX) == (256), "SOL_IPX != 256"); 76 # define SOL_IPX 256 294 XLAT(SOL_IPX),
|
D | socketlayers.in | 13 SOL_IPX 256
|
/external/syzkaller/sys/linux/ |
D | socket_ipx_arm.const | 11 SOL_IPX = 256
|
D | socket_ipx_amd64.const | 11 SOL_IPX = 256
|
D | socket_ipx_ppc64le.const | 11 SOL_IPX = 256
|
D | socket_ipx_arm64.const | 11 SOL_IPX = 256
|
D | socket_ipx_386.const | 11 SOL_IPX = 256
|
D | socket_ipx.txt | 42 getsockopt$ipx_IPX_TYPE(fd sock_ipx, level const[SOL_IPX], optname const[IPX_TYPE], optval ptr[out,… 43 setsockopt$ipx_IPX_TYPE(fd sock_ipx, level const[SOL_IPX], optname const[IPX_TYPE], optval ptr[in, …
|
D | socket_ppc64le.const | 254 SOL_IPX = 256
|
D | socket_386.const | 254 SOL_IPX = 256
|
D | socket_arm64.const | 254 SOL_IPX = 256
|
D | socket_arm.const | 254 SOL_IPX = 256
|
D | socket_amd64.const | 254 SOL_IPX = 256
|
D | socket.txt | 48 … SOL_TCP, SOL_UDP, SOL_IPV6, SOL_ICMPV6, SOL_SCTP, SOL_UDPLITE, SOL_RAW, SOL_IPX, SOL_AX25, SOL_AT…
|
/external/syzkaller/sys/freebsd/ |
D | socket_amd64.const | 72 SOL_IPX = 256
|
D | socket.txt | 44 cmsg_levels = SOL_SOCKET, IPPROTO_ICMP, SOL_IP, SOL_TCP, LINUX_SOL_UDP, SOL_IPV6, SOL_IPX, SOL_AX25
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 778 SOL_IPX = 256 variable
|
/external/strace/ |
D | net.c | 504 case SOL_IPX: in print_sockopt_fd_level_name()
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 5015 #ifdef SOL_IPX 5016 PyModule_AddIntConstant(m, "SOL_IPX", SOL_IPX);
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 7339 #ifdef SOL_IPX 7340 PyModule_AddIntMacro(m, SOL_IPX);
|