Searched refs:ECONNRESET (Results 1 – 24 of 24) sorted by relevance
264 #undef ECONNRESET273 #define ECONNRESET WSAECONNRESET macro303 #undef ECONNRESET304 #define ECONNRESET (WSABASEERR+54) macro
1503 SOCKET_ERRNO == ECONNRESET || in HTLoadHTTP()1579 SOCKET_ERRNO == ECONNRESET || in HTLoadHTTP()
795 SOCKET_ERRNO == ECONNRESET || in HTCopy()
54 $ECONNRESET = 0x36;
141 #define ECONNRESET 54 /* Connection reset by peer */ macro
389 #if defined (ECONNRESET)390 ENTRY(ECONNRESET, "ECONNRESET", "Connection reset by peer"),
565 #if !defined(ECONNRESET) && defined(WSAECONNRESET)566 #define ECONNRESET WSAECONNRESET macro
28 ECONNRESET EDEADLK EDESTADDRREQ EDOM EDQUOT EEXIST EFAULT EFBIG
1937 EBUSY ECHILD ECONNABORTED ECONNREFUSED ECONNRESET EDEADLK EDESTADDRREQ
40 *ECONNRESET = sub {10054;};950 $! == ECONNRESET)) {
429 ct->ct_error.re_errno = ECONNRESET; in readtcp()
1759 #ifdef ECONNRESET1760 case ECONNRESET: /* Connection reset by peer */
432 error = ECONNRESET; /* XXX */
490 if (terrno == ECONNRESET && !connreset) { in res_send()
516 return (ECONNRESET);
1470 so->so_error = ECONNRESET;
1002 case ECONNRESET:
3148 #ifdef ECONNRESET3149 errno = ECONNRESET;
3459 #ifdef ECONNRESET3460 case ECONNRESET: /* Connection reset by peer */
19 - Let ECONNRESET be considered reachable for
375 unp_drop(unp->unp_refs, ECONNRESET); in unp_detach()
2536 case ECONNRESET:
8449 errno = ECONNRESET;8491 errno = ECONNRESET;
3578 ECONNRESET (#54) Connection reset by peer