Searched refs:EPROTONOSUPPORT (Results 1 – 6 of 6) sorted by relevance
53 # define EPROTONOSUPPORT 10043 macro
76 case EPROTONOSUPPORT: in rpl_strerror()
297 #ifndef EPROTONOSUPPORT298 #error EPROTONOSUPPORT not defined
207 #ifndef EPROTONOSUPPORT208 #define EPROTONOSUPPORT 9933
182 protocol_not_supported, // EPROTONOSUPPORT326 protocol_not_supported = EPROTONOSUPPORT,
87 static_assert(static_cast<int>(std::errc::protocol_not_supported) == EPROTONOSUPPORT, ""); in main()