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

/xnu-2422.115.4/bsd/net/
H A Draw_usrreq.c261 return ENOTCONN;
278 return ENOTCONN;
327 error = ENOTCONN;
H A Dndrv.c397 return ENOTCONN;
479 return ENOTCONN;
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d137 inline int ENOTCONN = 57;
138 #pragma D binding "1.0" ENOTCONN
/xnu-2422.115.4/bsd/sys/
H A Derrno.h174 #define ENOTCONN 57 /* Socket is not connected */ macro
/xnu-2422.115.4/bsd/netinet6/
H A Dudp6_output.c267 error = ENOTCONN;
H A Draw_ip6.c829 return ENOTCONN;
970 error = ENOTCONN;
H A Dudp6_usrreq.c821 return (ENOTCONN);
H A Dicmp6.c3059 error = ENOTCONN;
H A Dip6_output.c2589 return (ENOTCONN);
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c442 { BSM_ERRNO_ENOTCONN, ENOTCONN, ES("Socket is not connected") },
/xnu-2422.115.4/bsd/kern/
H A Dkern_control.c410 return(ENOTCONN);
458 error = ENOTCONN;
590 return(ENOTCONN);
H A Duipc_usrreq.c399 * ENOTCONN
454 error = ENOTCONN;
507 error = ENOTCONN;
714 error = ENOTCONN;
722 error = ENOTCONN;
740 error = ENOTCONN;
H A Duipc_socket.c1463 error = ENOTCONN;
1601 return (ENOTCONN);
1604 ENOTCONN : EDESTADDRREQ);
1689 * <pru_send>:ENOTCONN[AF_UNIX]
2077 * ENOTCONN
2143 error = ENOTCONN;
2299 error = ENOTCONN;
2395 error = ENOTCONN;
3011 * ENOTCONN
3038 error = ENOTCONN;
[all...]
H A Dkpi_socket.c360 return (ENOTCONN);
522 error = ENOTCONN;
H A Duipc_syscalls.c1070 * <pru_sosend>:ENOTCONN[AF_INET]
1337 * <pru_soreceive>:ENOTCONN
1746 * soshutdown:ENOTCONN
1973 * ENOTCONN
2012 error = ENOTCONN;
2400 error = ENOTCONN;
/xnu-2422.115.4/bsd/netinet/
H A Draw_ip.c879 return ENOTCONN;
977 error = ENOTCONN;
H A Dip_divert.c520 return ENOTCONN;
H A Dmptcp_usrreq.c772 error = ENOTCONN;
1059 error = ENOTCONN;
H A Dudp_usrreq.c1503 error = ENOTCONN;
1903 return (ENOTCONN);
H A Dtcp_usrreq.c1608 if ((so->so_state & SS_ISCONNECTED) == 0) return ENOTCONN;
H A Dmptcp_subr.c875 error = ENOTCONN;
944 error = ENOTCONN;
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_socket.c659 case ENOTCONN:
3170 case ENOTCONN:
3189 * ENOTCONN may occur under some network conditions.
3191 if ((error == EPIPE) || (error == EADDRNOTAVAIL) || (error == ENOTCONN))
H A Dnfs_vfsops.c2536 case ENOTCONN:

Completed in 206 milliseconds