Searched refs:EPROTOTYPE (Results 1 – 6 of 6) sorted by relevance
51 # define EPROTOTYPE 10041 macro
70 case EPROTOTYPE: in rpl_strerror()
301 #ifndef EPROTOTYPE302 #error EPROTOTYPE not defined
235 #ifndef EPROTOTYPE236 #define EPROTOTYPE 9941
195 wrong_protocol_type // EPROTOTYPE343 wrong_protocol_type = EPROTOTYPE
103 static_assert(static_cast<int>(std::errc::wrong_protocol_type) == EPROTOTYPE, ""); in main()