Searched refs:ENOTCONN (Results 1 - 24 of 24) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_attention.c91 uerr = ENOTCONN;
H A Dadsp_Write.c165 atalk_notify(sp->gref, ENOTCONN);
H A Dddp_proto.c90 atalk_notify(gref, ENOTCONN);
H A Dddp_usrreq.c111 return ENOTCONN;
204 return ENOTCONN;
/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h169 #define ENOTCONN 57 /* Socket is not connected */ macro
/darwin-on-arm/xnu/bsd/net/
H A Draw_usrreq.c255 return ENOTCONN;
272 return ENOTCONN;
321 error = ENOTCONN;
H A Dndrv.c397 return ENOTCONN;
479 return ENOTCONN;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_output.c288 error = ENOTCONN;
H A Draw_ip6.c804 return ENOTCONN;
926 return ENOTCONN;
H A Dudp6_usrreq.c842 return ENOTCONN;
H A Dicmp6.c3102 return ENOTCONN;
H A Dip6_output.c2385 return (ENOTCONN);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c442 { BSM_ERRNO_ENOTCONN, ENOTCONN, ES("Socket is not connected") },
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_control.c428 return(ENOTCONN);
457 error = ENOTCONN;
589 return(ENOTCONN);
H A Duipc_usrreq.c398 * ENOTCONN
453 error = ENOTCONN;
506 error = ENOTCONN;
699 error = ENOTCONN;
713 error = ENOTCONN;
H A Duipc_socket.c1318 error = ENOTCONN;
1418 return (ENOTCONN);
1421 ENOTCONN : EDESTADDRREQ);
1502 * <pru_send>:ENOTCONN[AF_UNIX]
1871 * ENOTCONN
1935 error = ENOTCONN;
2087 error = ENOTCONN;
2181 error = ENOTCONN;
2750 * ENOTCONN
2777 error = ENOTCONN;
[all...]
H A Dkpi_socket.c385 return (ENOTCONN);
553 error = ENOTCONN;
H A Duipc_syscalls.c798 * <pru_sosend>:ENOTCONN[AF_INET]
1096 * <pru_soreceive>:ENOTCONN
1536 * soshutdown:ENOTCONN
1763 * ENOTCONN
1802 error = ENOTCONN;
2116 error = ENOTCONN;
/darwin-on-arm/xnu/bsd/netinet/
H A Draw_ip.c845 return ENOTCONN;
919 return ENOTCONN;
H A Dip_divert.c501 return ENOTCONN;
H A Dudp_usrreq.c1479 error = ENOTCONN;
1778 return ENOTCONN;
H A Dtcp_usrreq.c1276 if ((so->so_state & SS_ISCONNECTED) == 0) return ENOTCONN;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c655 case ENOTCONN:
3038 case ENOTCONN:
3057 * ENOTCONN may occur under some network conditions.
3059 if ((error == EPIPE) || (error == EADDRNOTAVAIL) || (error == ENOTCONN))
H A Dnfs_vfsops.c2536 case ENOTCONN:

Completed in 209 milliseconds