Searched refs:EPROTOTYPE (Results 1 – 10 of 10) sorted by relevance
65 #undef EPROTOTYPE66 #define EPROTOTYPE WSAEPROTOTYPE macro
56 # ifndef EPROTOTYPE57 # define EPROTOTYPE 10041 macro
89 EE(WSAEPROTOTYPE,EPROTOTYPE,"wrong protocol type for socket") \
64 #define EPROTOTYPE 91 /* Protocol wrong type for socket */ macro
72 #define EPROTOTYPE 98 /* Protocol wrong type for socket */ macro
466 # ifndef EPROTOTYPE467 # define EPROTOTYPE 136 macro605 wrong_protocol_type = EPROTOTYPE
238 if (errno == EPROTOTYPE) in log_write()
643 #define EPROTOTYPE WSAEPROTOTYPE
1285 #ifdef EPROTOTYPE in g_strerror()1286 case EPROTOTYPE: return "protocol wrong type for socket"; in g_strerror()
563 #define VKI_EPROTOTYPE EPROTOTYPE