Home
last modified time | relevance | path

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

12

/openbsd/gnu/usr.bin/perl/win32/include/sys/
H A Derrno2.h95 #ifndef ECONNRESET /* New in VC10 */
96 # define ECONNRESET WSAECONNRESET macro
/openbsd/gnu/llvm/libcxx/include/
H A Derrno.h115 #ifndef ECONNRESET
116 #define ECONNRESET 9909 macro
H A D__errc34 connection_reset, // ECONNRESET
131 connection_reset = ECONNRESET,
/openbsd/regress/usr.sbin/syslogd/
H A Dargs-server-tls-client-fake.pl13 my @errors = (EPIPE, ECONNRESET);
H A Dargs-server-tls-error.pl14 my @errors = (ECONNRESET, EPIPE);
H A Dargs-server-tcp-error.pl14 my @errors = (EPIPE,ECONNRESET);
H A Dargs-client-tls-error.pl12 my @errors = (ECONNRESET);
H A Dargs-client-tcp-error.pl12 my @errors = (ECONNRESET);
H A Dargs-client-tls-fake.pl14 my @errors = (EPIPE, ECONNRESET);
/openbsd/usr.bin/dig/lib/isc/unix/
H A Derrno2result.c63 case ECONNRESET: in isc___errno2result()
/openbsd/gnu/usr.bin/perl/h2pl/eg/sys/
H A Derrno.pl54 $ECONNRESET = 0x36;
/openbsd/sys/sys/
H A Derrno.h111 #define ECONNRESET 54 /* Connection reset by peer */ macro
/openbsd/sbin/unwind/libunbound/util/
H A Dnetevent.c1659 #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 Dnetevent.c1659 #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 Dxfrd-tcp.c1283 #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 Dstrerror.c386 #if defined (ECONNRESET)
387 ENTRY(ECONNRESET, "ECONNRESET", "Connection reset by peer"),
/openbsd/gnu/lib/libiberty/src/
H A Dstrerror.c385 #if defined (ECONNRESET)
386 ENTRY(ECONNRESET, "ECONNRESET", "Connection reset by peer"),
/openbsd/usr.sbin/unbound/dnstap/
H A Ddtstream.c787 #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 Dunbound-dnstap-socket.c795 #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 Dwin32sck.c132 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 DConnectionFileDescriptorPosix.cpp334 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 Dres_send_async.c595 errno = ECONNRESET; in tcp_read()
631 errno = ECONNRESET; in tcp_read()
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL42 ECONNRESET EDEADLK EDESTADDRREQ EDOM EDQUOT EEXIST EFAULT EFBIG EHOSTDOWN
/openbsd/lib/libc/rpc/
H A Dclnt_tcp.c436 ct->ct_error.re_errno = ECONNRESET; in readtcp()
/openbsd/regress/sys/ffs/
H A Dfstest.c667 case ECONNRESET: in err2str()

12