Home
last modified time | relevance | path

Searched refs:EISCONN (Results 1 – 25 of 25) sorted by relevance

/titanic_44/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c71 #ifndef EISCONN
72 #define EISCONN WSAEISCONN macro
142 { PR_IS_CONNECTED_ERROR, EISCONN },
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h105 #define EISCONN 56 /* Socket is already connected */ macro
/titanic_44/usr/src/uts/common/xen/public/io/
H A Dxs_wire.h83 XSD_ERROR(EISCONN)
/titanic_44/usr/src/uts/common/sys/
H A Derrno.h185 #define EISCONN 133 /* Socket is already connected */ macro
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h165 #define EISCONN 133 /* Socket is already connected */ macro
H A Dmaperror.c253 case EISCONN: in maperror()
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java591 public static final int EISCONN = 133; field in PoolsException
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_usr.c594 return (EISCONN); in smb_usr_get_ssn()
733 return (EISCONN); in smb_usr_get_tree()
H A Dsmb_dev.c561 return (EISCONN); in smb_usr_dup_dev()
H A Dsmb_subrs.c292 {NT_STATUS_PIPE_CONNECTED, EISCONN},
/titanic_44/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c307 errno = EISCONN; in __rpc_bindresvport_ipv6()
/titanic_44/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c219 CASE(ENOSYS); CASE(ENOTEMPTY); CASE(EISCONN); in xen_xlate_errcode()
/titanic_44/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c927 errno = EISCONN; in bindresvport()
/titanic_44/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c1084 CASE(ENOSYS); CASE(ENOTEMPTY); CASE(EISCONN); in xen_xlate_errcode()
/titanic_44/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c374 error = EISCONN; in sosctp_connect()
878 if (error != EISCONN && error != EALREADY) { in sosctp_sendmsg()
H A Dsocksdp.c341 error = EISCONN; in sosdp_connect()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dicmp.c4240 error = EISCONN; in icmp_wput()
4316 error = EISCONN; in icmp_wput()
4414 error = EISCONN; in icmp_output_newdst()
4539 error = EISCONN; in icmp_output_newdst()
5692 return (EISCONN); in rawip_send()
H A Drts.c1321 return (EISCONN); in rts_connect()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c311 error = EISCONN; in tcp_connect()
/titanic_44/usr/src/uts/common/inet/udp/
H A Dudp.c3549 error = EISCONN; in udp_wput()
3612 error = EISCONN; in udp_wput()
3714 error = EISCONN; in udp_output_newdst()
3841 error = EISCONN; in udp_output_newdst()
5952 return (EISCONN); in udp_send()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c1376 if (ret == -1 && errno == EISCONN) { in nak()
/titanic_44/usr/src/uts/common/io/idm/
H A Didm_so.c905 if (rc == 0 || rc == EISCONN) { in idm_so_ini_conn_connect()
3001 if (rc == 0 || rc == EISCONN) { in idm_so_timed_socket_connect()
/titanic_44/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg234 @ MSG_ERRNO_EISCONN "[ EISCONN ]" # 133
/titanic_44/usr/src/cmd/sendmail/src/
H A Dconf.c3482 #ifdef EISCONN
3483 case EISCONN: /* Socket already connected */
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c2292 EISCONN : EALREADY; in sotpi_connect()
2564 case EISCONN: in sotpi_connect()
4269 return (EISCONN); in sotpi_sendmsg()