Searched refs:EPROTO (Results 1 – 7 of 7) sorted by relevance
125 # ifndef EPROTO126 # define EPROTO 2003 macro
287 case EPROTO: in rpl_strerror()
293 #ifndef EPROTO294 #error EPROTO not defined
203 #ifndef EPROTO204 #define EPROTO 9932
180 protocol_error, // EPROTO324 protocol_error = EPROTO,
22 #if !defined EPROTO
86 static_assert(static_cast<int>(std::errc::protocol_error) == EPROTO, ""); in main()