Searched refs:ENOPROTOOPT (Results 1 – 6 of 6) sorted by relevance
52 # define ENOPROTOOPT 10042 macro
73 case ENOPROTOOPT: in rpl_strerror()
217 #ifndef ENOPROTOOPT218 #error ENOPROTOOPT not defined
159 #ifndef ENOPROTOOPT160 #define ENOPROTOOPT 9921
161 no_protocol_option, // ENOPROTOOPT297 no_protocol_option = ENOPROTOOPT,
62 static_assert(static_cast<int>(std::errc::no_protocol_option) == ENOPROTOOPT, ""); in main()