Searched refs:WSAETIMEDOUT (Results 1 – 9 of 9) sorted by relevance
24 case WSAETIMEDOUT: in MapSystemError()
104 #define ETIMEDOUT WSAETIMEDOUT
112 case WSAETIMEDOUT: in WSAErrorToString()211 wsa_error = WSAETIMEDOUT; in OnSocketNotify()
576 #define WSAETIMEDOUT (WSABASEERR+60) macro662 #define ETIMEDOUT WSAETIMEDOUT
138 MAP_ERR_TO_COND(WSAETIMEDOUT, timed_out);
38 case WSAETIMEDOUT: in MapConnectError()
438 #define ETIMEDOUT_compat WSAETIMEDOUT
103 EE(WSAETIMEDOUT,ETIMEDOUT,"connection timed out") \
828 if ( data->_errno == WSAETIMEDOUT) in dgram_ctrl()