Searched refs:WSAENETRESET (Results 1 – 6 of 6) sorted by relevance
27 case WSAENETRESET: // Related to keep-alive in MapSystemError()
88 #define ENETRESET WSAENETRESET
100 case WSAENETRESET: in WSAErrorToString()
568 #define WSAENETRESET (WSABASEERR+52) macro654 #define ENETRESET WSAENETRESET
129 MAP_ERR_TO_COND(WSAENETRESET, network_reset);
95 EE(WSAENETRESET,ENETRESET,"network dropped connection on reset") \