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

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h166 #define ECONNRESET 54 /* Connection reset by peer */ macro
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c439 { BSM_ERRNO_ECONNRESET, ECONNRESET, ES("Connection reset by peer") },
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_select_tcp.c402 if (errno == ECONNRESET
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_usrreq.c641 * ECONNRESET
686 error = ECONNRESET; /* XXX EPIPE? */
1325 return (ECONNRESET);
1340 return (ECONNRESET);
H A Din_pcb.c1105 * ECONNRESET Connection reset
1126 return ECONNRESET;
1154 return ECONNRESET;
H A Dtcp_input.c2027 tp = tcp_drop(tp, ECONNRESET);
2876 so->so_error = ECONNRESET;
3102 tp = tcp_drop(tp, ECONNRESET);
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_generic.c2165 if ((sp->so_type == SOCK_STREAM) && ((sp->so_error == ECONNREFUSED) || (sp->so_error == ECONNRESET))) {
2183 if ((sp->so_type == SOCK_STREAM) && ((sp->so_error == ECONNREFUSED) || (sp->so_error == ECONNRESET))) {
H A Duipc_usrreq.c895 unp_drop(unp2, ECONNRESET);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c653 case ECONNRESET:
3037 case ECONNRESET:
H A Dnfs_vfsops.c2534 case ECONNRESET:

Completed in 178 milliseconds