Searched refs:ECONNABORTED (Results 1 – 13 of 13) sorted by relevance
89 #undef ECONNABORTED90 #define ECONNABORTED WSAECONNABORTED macro
32 case ECONNABORTED: in MapSystemError()
80 # ifndef ECONNABORTED81 # define ECONNABORTED 10053 macro
96 EE(WSAECONNABORTED,ECONNABORTED,"software caused connection abort") \
76 #define ECONNABORTED 103 /* Software caused connection abort */ macro
84 #define ECONNABORTED 130 /* Software caused connection abort */ macro
310 closedown(ECONNABORTED); in NotifyClock()330 closedown(ECONNABORTED); in NotifyClock()350 closedown(ECONNABORTED); in NotifyClock()722 closedown(ECONNABORTED); in process()774 closedown(ECONNABORTED); in process()
265 # ifndef ECONNABORTED266 # define ECONNABORTED 106 macro502 connection_aborted = ECONNABORTED,
171 || errno == ECONNABORTED || errno == ETIMEDOUT in roaming_read()
40 #define ECONNABORTED 53 /* User requested hangup */ macro262 case BW_ERR_USR_HANGUP: return ECONNABORTED; in BW_TranslateError()
655 #define ECONNABORTED WSAECONNABORTED
72 public static final int ECONNABORTED = placeholder(); field in OsConstants512 if (errno == ECONNABORTED) { in errnoName()
575 #define VKI_ECONNABORTED ECONNABORTED