Searched refs:EISCONN (Results 1 - 15 of 15) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Derrno.h167 #define EISCONN 56 /* Socket is already connected */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Draw_usrreq.c313 error = EISCONN;
H A Dndrv.c277 return EISCONN;
H A Drtsock.c150 return EISCONN; /* XXX panic? */
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dudp6_output.c188 error = EISCONN;
H A Dudp6_usrreq.c672 return EISCONN;
685 return EISCONN;
H A Draw_ip6.c716 return EISCONN;
H A Dicmp6.c2871 return EISCONN;
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_usrreq.c193 return EISCONN;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_usrreq.c183 * EISCONN
192 return (EISCONN);
340 * EISCONN
347 * unp_connect:EISCONN Socket is connected
386 error = EISCONN;
867 * EISCONN Socket is connected
936 error = EISCONN;
H A Duipc_socket.c479 * <pru_attach>:EISCONN[TCP]
1166 * EISCONN Socket is connected
1210 error = EISCONN;
1463 * <pru_send>:EISCONN[AF_UNIX]
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkeysock.c357 return EISCONN; /* XXX panic? */
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dudp_usrreq.c1063 error = EISCONN;
1280 return EISCONN;
H A Draw_ip.c776 return EISCONN;
H A Dtcp_usrreq.c171 * EISCONN
186 error = EISCONN;

Completed in 138 milliseconds