Home
last modified time | relevance | path

Searched refs:ECONNRESET (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/bits/
Derrno.h89 ECONNRESET = 0x40000036, /* Connection reset by peer */ enumerator
287 #define ECONNRESET 0x40000036 macro
/glibc-2.36/stdio-common/
Dtest-strerr.c261 #ifdef ECONNRESET in do_test()
262 TEST_COMPARE_STRING (strerrordesc_np (ECONNRESET), in do_test()
264 TEST_COMPARE_STRING (strerrorname_np (ECONNRESET), "ECONNRESET"); in do_test()
/glibc-2.36/sysdeps/gnu/
Derrlist.h369 #ifdef ECONNRESET
374 _S(ECONNRESET, N_("Connection reset by peer"))
/glibc-2.36/conform/data/
Derrno.h-data30 macro-int-constant ECONNRESET {int} > 0
/glibc-2.36/sunrpc/
Dclnt_tcp.c501 ct->ct_error.re_errno = ECONNRESET; in readtcp()
Dclnt_unix.c569 ct->ct_error.re_errno = ECONNRESET; in readunix()
/glibc-2.36/resolv/
Dres_send.c679 if (*terrno == ECONNRESET && !connreset) in send_vc()
/glibc-2.36/support/
Dresolv_test.c820 if (!eof_ok || errno != ECONNRESET) in read_fully()
/glibc-2.36/manual/
Derrno.texi549 @deftypevr Macro int ECONNRESET
551 @errno{ECONNRESET, 54, Connection reset by peer}
/glibc-2.36/ChangeLog.old/
DChangeLog.1874016 [POSIX] (ECONNRESET): Likewise.
83929 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.