Home
last modified time | relevance | path

Searched refs:SOL_IPX (Results 1 – 7 of 7) 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/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.c7705 #ifdef SOL_IPX
7706 PyModule_AddIntMacro(m, SOL_IPX);
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1032 pub const SOL_IPX: ::c_int = 256; constant