Searched refs:ECONNRESET (Results 1 – 6 of 6) sorted by relevance
64 # define ECONNRESET 10054 macro
109 case ECONNRESET: in rpl_strerror()
79 #ifndef ECONNRESET80 #error ECONNRESET not defined
111 #ifndef ECONNRESET112 #define ECONNRESET 9909
132 connection_reset, // ECONNRESET264 connection_reset = ECONNRESET,
31 static_assert(static_cast<int>(std::errc::connection_reset) == ECONNRESET, ""); in main()