Home
last modified time | relevance | path

Searched refs:SOL_IPX (Results 1 – 20 of 20) sorted by relevance

/external/strace/xlat/
Dsocketlayers.h71 #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),
Dsocketlayers.in13 SOL_IPX 256
/external/syzkaller/sys/linux/
Dsocket_ipx_arm.const11 SOL_IPX = 256
Dsocket_ipx_amd64.const11 SOL_IPX = 256
Dsocket_ipx_ppc64le.const11 SOL_IPX = 256
Dsocket_ipx_arm64.const11 SOL_IPX = 256
Dsocket_ipx_386.const11 SOL_IPX = 256
Dsocket_ipx.txt42 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, …
Dsocket_ppc64le.const254 SOL_IPX = 256
Dsocket_386.const254 SOL_IPX = 256
Dsocket_arm64.const254 SOL_IPX = 256
Dsocket_arm.const254 SOL_IPX = 256
Dsocket_amd64.const254 SOL_IPX = 256
Dsocket.txt48 … SOL_TCP, SOL_UDP, SOL_IPV6, SOL_ICMPV6, SOL_SCTP, SOL_UDPLITE, SOL_RAW, SOL_IPX, SOL_AX25, SOL_AT…
/external/syzkaller/sys/freebsd/
Dsocket_amd64.const72 SOL_IPX = 256
Dsocket.txt44 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/
DIN.py778 SOL_IPX = 256 variable
/external/strace/
Dnet.c504 case SOL_IPX: in print_sockopt_fd_level_name()
/external/python/cpython2/Modules/
Dsocketmodule.c5015 #ifdef SOL_IPX
5016 PyModule_AddIntConstant(m, "SOL_IPX", SOL_IPX);
/external/python/cpython3/Modules/
Dsocketmodule.c7339 #ifdef SOL_IPX
7340 PyModule_AddIntMacro(m, SOL_IPX);