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

12

/freebsd-10.0-release/sys/sys/
H A Derrno.h118 #define ECONNRESET 54 /* Connection reset by peer */ macro
/freebsd-10.0-release/cddl/lib/libdtrace/
H A Derrno.d141 inline int ECONNRESET = 54;
142 #pragma D binding "1.0" ECONNRESET
/freebsd-10.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c152 sdp_notify(ssk, ECONNRESET);
207 sdp_notify(ssk, ECONNRESET);
274 sdp_notify(ssk, ECONNRESET);
407 sdp_notify(ssk, ECONNRESET);
H A Dsdp_rx.c150 sdp_notify(ssk, ECONNRESET);
341 sdp_notify(ssk, ECONNRESET);
376 sdp_notify(ssk, ECONNRESET);
H A Dsdp_main.c773 error = ECONNRESET;
837 error = ECONNRESET;
951 error = ECONNRESET;
1475 return (ECONNRESET);
1478 error = ECONNRESET;
1624 return (ECONNRESET); \
1650 return (ECONNRESET);
1756 ssk = sdp_notify(ssk, ECONNRESET);
H A Dsdp_bcopy.c175 "Send on socket without cmid ECONNRESET.\n");
176 sdp_notify(ssk, ECONNRESET);
H A Dsdp_cma.c258 return -ECONNRESET;
H A Dsdp_zcopy.c142 sdp_set_error(sk, -ECONNRESET);
577 sdp_set_error(ssk->socket, -ECONNRESET);
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h139 connection_reset, // ECONNRESET
276 # ifndef ECONNRESET
277 # define ECONNRESET 108 macro
507 connection_reset = ECONNRESET,
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dstrerror.c385 #if defined (ECONNRESET)
386 ENTRY(ECONNRESET, "ECONNRESET", "Connection reset by peer"),
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dstrerror.c385 #if defined (ECONNRESET)
386 ENTRY(ECONNRESET, "ECONNRESET", "Connection reset by peer"),
/freebsd-10.0-release/sys/netinet6/
H A Dsctp6_usrreq.c856 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP6_USRREQ, ECONNRESET);
857 return (ECONNRESET); /* I made the same as TCP since we are
1007 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP6_USRREQ, ECONNRESET);
1008 return (ECONNRESET);
1117 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP6_USRREQ, ECONNRESET);
1118 return (ECONNRESET);
/freebsd-10.0-release/crypto/openssh/
H A Droaming_common.c172 (ret == 0 || (ret == -1 && (errno == ECONNRESET
/freebsd-10.0-release/sys/netinet/
H A Dtcp_usrreq.c595 error = ECONNRESET;
733 error = ECONNRESET;
766 error = ECONNRESET;
817 error = ECONNRESET;
1025 error = ECONNRESET;
1299 return (ECONNRESET); \
1339 return (ECONNRESET);
/freebsd-10.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_cm.c493 event.status = ECONNRESET;
891 connect_reply_upcall(ep, -ECONNRESET);
961 connect_reply_upcall(ep, -ECONNRESET);
964 ep->com.rpl_err = ECONNRESET;
1176 return (-ECONNRESET);
1201 err = -ECONNRESET;
/freebsd-10.0-release/usr.bin/csup/
H A Dmux.c276 errno = ECONNRESET;
434 errno = ECONNRESET;
1097 if (errno == ECONNRESET || errno == ECONNABORTED)
/freebsd-10.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c424 connect_reply_upcall(ep, -ECONNRESET);
428 ep->com.rpl_err = ECONNRESET;
1270 event.status = -ECONNRESET;
1291 event.status = (status ==-ECONNABORTED)?-ECONNRESET: status;
1878 return -ECONNRESET;
1913 err = -ECONNRESET;
/freebsd-10.0-release/sys/dev/usb/
H A Dusb_compat_linux.c519 urb->status = -ECONNRESET;
1488 urb->status = -ECONNRESET;
1663 urb->status = -ECONNRESET;
/freebsd-10.0-release/contrib/openbsm/libbsm/
H A Dbsm_errno.c440 { BSM_ERRNO_ECONNRESET, ECONNRESET, ES("Connection reset by peer") },
/freebsd-10.0-release/sys/security/audit/
H A Dbsm_errno.c442 { BSM_ERRNO_ECONNRESET, ECONNRESET, ES("Connection reset by peer") },
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_errno.h773 #ifdef ECONNRESET
774 #define APR_ECONNRESET ECONNRESET
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DConnectionFileDescriptor.cpp489 case ECONNRESET:// The connection is closed by the peer during a read attempt on a socket.
607 case ECONNRESET:// The connection is closed by the peer during a read attempt on a socket.
/freebsd-10.0-release/contrib/sendmail/mail.local/
H A Dmail.local.c1770 #ifdef ECONNRESET
1771 case ECONNRESET: /* Connection reset by peer */
1772 #endif /* ECONNRESET */
/freebsd-10.0-release/tools/regression/pjdfstest/
H A Dpjdfstest.c1325 #ifdef ECONNRESET
1326 case ECONNRESET:
1327 return ("ECONNRESET");
/freebsd-10.0-release/contrib/sendmail/src/
H A Derr.c1002 case ECONNRESET:

Completed in 211 milliseconds

12