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

/macosx-10.5.8/xnu-1228.15.4/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;
202 return ENOTCONN;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Derrno.h168 #define ENOTCONN 57 /* Socket is not connected */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Draw_usrreq.c257 return ENOTCONN;
274 return ENOTCONN;
318 error = ENOTCONN;
H A Dndrv.c395 return ENOTCONN;
477 return ENOTCONN;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dudp6_output.c240 error = ENOTCONN;
H A Draw_ip6.c621 return ENOTCONN;
728 return ENOTCONN;
H A Dudp6_usrreq.c726 return ENOTCONN;
H A Dicmp6.c2883 return ENOTCONN;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_control.c415 return(ENOTCONN);
442 return(ENOTCONN);
587 return(ENOTCONN);
H A Duipc_usrreq.c339 * ENOTCONN
394 error = ENOTCONN;
439 error = ENOTCONN;
607 error = ENOTCONN;
H A Duipc_socket.c1289 error = ENOTCONN;
1367 return (ENOTCONN);
1382 return (ENOTCONN);
1385 ENOTCONN : EDESTADDRREQ);
1462 * <pru_send>:ENOTCONN[AF_UNIX]
1875 * ENOTCONN
1946 return (ENOTCONN);
2090 error = ENOTCONN;
2718 * ENOTCONN
2745 error = ENOTCONN;
[all...]
H A Dkpi_socket.c347 return (ENOTCONN);
H A Duipc_syscalls.c801 * <pru_sosend>:ENOTCONN[AF_INET]
1092 * <pru_soreceive>:ENOTCONN
1460 * soshutdown:ENOTCONN
1706 * ENOTCONN
1745 error = ENOTCONN;
2054 error = ENOTCONN;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Draw_ip.c713 return ENOTCONN;
782 return ENOTCONN;
H A Dip_divert.c481 return ENOTCONN;
H A Dudp_usrreq.c1100 error = ENOTCONN;
1309 return ENOTCONN;
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_socket.c235 error = ENOTCONN;
261 error = ENOTCONN;
918 case ENOTCONN:
937 * ENOTCONN may occur under some network conditions.
939 if ((error == EPIPE) || (error == EADDRNOTAVAIL) || (error == ENOTCONN))

Completed in 98 milliseconds