Searched refs:ESOCKTNOSUPPORT (Results 1 – 6 of 6) sorted by relevance
77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
18 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
85 #define ESOCKTNOSUPPORT 222 /* Socket type not supported */ macro
21 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
76 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
247 if (errno == ESOCKTNOSUPPORT) { in test_proto()