Searched refs:SOL_IPX (Results 1 – 7 of 7) sorted by relevance
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 256294 XLAT(SOL_IPX),
13 SOL_IPX 256
778 SOL_IPX = 256 variable
504 case SOL_IPX: in print_sockopt_fd_level_name()
5015 #ifdef SOL_IPX5016 PyModule_AddIntConstant(m, "SOL_IPX", SOL_IPX);
7705 #ifdef SOL_IPX7706 PyModule_AddIntMacro(m, SOL_IPX);
1032 pub const SOL_IPX: ::c_int = 256; constant