Searched refs:ESOCKTNOSUPPORT (Results 1 – 4 of 4) sorted by relevance
79 ESOCKTNOSUPPORT = 0x4000002c, /* Socket type not supported */ enumerator277 #define ESOCKTNOSUPPORT 0x4000002c macro
212 #ifdef ESOCKTNOSUPPORT in do_test()213 TEST_COMPARE_STRING (strerrordesc_np (ESOCKTNOSUPPORT), in do_test()215 TEST_COMPARE_STRING (strerrorname_np (ESOCKTNOSUPPORT), "ESOCKTNOSUPPORT"); in do_test()
310 #ifdef ESOCKTNOSUPPORT313 _S(ESOCKTNOSUPPORT, N_("Socket type not supported"))
480 @deftypevr Macro int ESOCKTNOSUPPORT482 @errno{ESOCKTNOSUPPORT, 44, Socket type not supported}