Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsocketlayers.h29 #if !(defined(SOL_IPX) || (defined(HAVE_DECL_SOL_IPX) && HAVE_DECL_SOL_IPX))
30 # define SOL_IPX 256 macro
123 XLAT(SOL_IPX),
Dsocketlayers.in10 SOL_IPX 256
/external/python/cpython2/Lib/plat-atheos/
DIN.py778 SOL_IPX = 256 variable
/external/strace/
Dnet.c420 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.c7074 #ifdef SOL_IPX
7075 PyModule_AddIntMacro(m, SOL_IPX);