/openbsd/gnu/usr.bin/perl/win32/include/sys/ |
H A D | errno2.h | 95 #ifndef ECONNRESET /* New in VC10 */ 96 # define ECONNRESET WSAECONNRESET macro
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | errno.h | 115 #ifndef ECONNRESET 116 #define ECONNRESET 9909 macro
|
H A D | __errc | 34 connection_reset, // ECONNRESET 131 connection_reset = ECONNRESET,
|
/openbsd/regress/usr.sbin/syslogd/ |
H A D | args-server-tls-client-fake.pl | 13 my @errors = (EPIPE, ECONNRESET);
|
H A D | args-server-tls-error.pl | 14 my @errors = (ECONNRESET, EPIPE);
|
H A D | args-server-tcp-error.pl | 14 my @errors = (EPIPE,ECONNRESET);
|
H A D | args-client-tls-error.pl | 12 my @errors = (ECONNRESET);
|
H A D | args-client-tcp-error.pl | 12 my @errors = (ECONNRESET);
|
H A D | args-client-tls-fake.pl | 14 my @errors = (EPIPE, ECONNRESET);
|
/openbsd/usr.bin/dig/lib/isc/unix/ |
H A D | errno2result.c | 63 case ECONNRESET: in isc___errno2result()
|
/openbsd/gnu/usr.bin/perl/h2pl/eg/sys/ |
H A D | errno.pl | 54 $ECONNRESET = 0x36;
|
/openbsd/sys/sys/ |
H A D | errno.h | 111 #define ECONNRESET 54 /* Connection reset by peer */ macro
|
/openbsd/sbin/unwind/libunbound/util/ |
H A D | netevent.c | 1659 #ifdef ECONNRESET 1826 #ifdef ECONNRESET 1894 #ifdef ECONNRESET 1955 #ifdef ECONNRESET 2005 #ifdef ECONNRESET 2369 #ifdef ECONNRESET 2640 #ifdef ECONNRESET 2701 #ifdef ECONNRESET 2943 #ifdef ECONNRESET 3401 #ifdef ECONNRESET [all …]
|
/openbsd/usr.sbin/unbound/util/ |
H A D | netevent.c | 1659 #ifdef ECONNRESET 1826 #ifdef ECONNRESET 1894 #ifdef ECONNRESET 1955 #ifdef ECONNRESET 2005 #ifdef ECONNRESET 2369 #ifdef ECONNRESET 2640 #ifdef ECONNRESET 2701 #ifdef ECONNRESET 2943 #ifdef ECONNRESET 3401 #ifdef ECONNRESET [all …]
|
/openbsd/usr.sbin/nsd/ |
H A D | xfrd-tcp.c | 1283 #ifdef ECONNRESET in conn_read_ssl() 1284 if (verbosity >= 2 || errno != ECONNRESET) in conn_read_ssl() 1335 #ifdef ECONNRESET in conn_read_ssl() 1336 if (verbosity >= 2 || errno != ECONNRESET) in conn_read_ssl() 1374 #ifdef ECONNRESET in conn_read() 1375 if (verbosity >= 2 || errno != ECONNRESET) in conn_read() 1413 #ifdef ECONNRESET in conn_read() 1414 if (verbosity >= 2 || errno != ECONNRESET) in conn_read()
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | strerror.c | 386 #if defined (ECONNRESET) 387 ENTRY(ECONNRESET, "ECONNRESET", "Connection reset by peer"),
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | strerror.c | 385 #if defined (ECONNRESET) 386 ENTRY(ECONNRESET, "ECONNRESET", "Connection reset by peer"),
|
/openbsd/usr.sbin/unbound/dnstap/ |
H A D | dtstream.c | 787 #ifdef ECONNRESET in dtio_write_ssl() 788 if(errno == ECONNRESET && verbosity < 2) in dtio_write_ssl() 1026 #ifdef ECONNRESET in ssl_read_bytes() 1028 errno == ECONNRESET && verbosity < 4) in ssl_read_bytes() 1437 #ifdef ECONNRESET in dtio_ssl_handshake() 1438 if(errno == ECONNRESET && verbosity < 2) in dtio_ssl_handshake()
|
H A D | unbound-dnstap-socket.c | 795 #ifdef ECONNRESET in ssl_read_bytes() 796 if(errno == ECONNRESET && verbosity < 2) in ssl_read_bytes() 1011 #ifdef ECONNRESET in tap_handshake() 1012 if(errno == ECONNRESET && verbosity < 2) in tap_handshake()
|
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | win32sck.c | 132 return ECONNRESET; in convert_wsa_error_to_errno() 227 case ECONNRESET: in convert_errno_to_wsa_error()
|
/openbsd/gnu/llvm/lldb/source/Host/posix/ |
H A D | ConnectionFileDescriptorPosix.cpp | 334 case ECONNRESET: // The connection is closed by the peer during a read in Read() 406 case ECONNRESET: // The connection is closed by the peer during a read in Write()
|
/openbsd/lib/libc/asr/ |
H A D | res_send_async.c | 595 errno = ECONNRESET; in tcp_read() 631 errno = ECONNRESET; in tcp_read()
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/ |
H A D | Makefile.PL | 42 ECONNRESET EDEADLK EDESTADDRREQ EDOM EDQUOT EEXIST EFAULT EFBIG EHOSTDOWN
|
/openbsd/lib/libc/rpc/ |
H A D | clnt_tcp.c | 436 ct->ct_error.re_errno = ECONNRESET; in readtcp()
|
/openbsd/regress/sys/ffs/ |
H A D | fstest.c | 667 case ECONNRESET: in err2str()
|