/titanic_44/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-error.c | 71 #ifndef EISCONN 72 #define EISCONN WSAEISCONN macro 142 { PR_IS_CONNECTED_ERROR, EISCONN },
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | errno.h | 105 #define EISCONN 56 /* Socket is already connected */ macro
|
/titanic_44/usr/src/uts/common/xen/public/io/ |
H A D | xs_wire.h | 83 XSD_ERROR(EISCONN)
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | errno.h | 185 #define EISCONN 133 /* Socket is already connected */ macro
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | s5errno.h | 165 #define EISCONN 133 /* Socket is already connected */ macro
|
H A D | maperror.c | 253 case EISCONN: in maperror()
|
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolsException.java | 591 public static final int EISCONN = 133; field in PoolsException
|
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_usr.c | 594 return (EISCONN); in smb_usr_get_ssn() 733 return (EISCONN); in smb_usr_get_tree()
|
H A D | smb_dev.c | 561 return (EISCONN); in smb_usr_dup_dev()
|
H A D | smb_subrs.c | 292 {NT_STATUS_PIPE_CONNECTED, EISCONN},
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | rpc_soc.c | 307 errno = EISCONN; in __rpc_bindresvport_ipv6()
|
/titanic_44/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | xpv_support.c | 219 CASE(ENOSYS); CASE(ENOTEMPTY); CASE(EISCONN); in xen_xlate_errcode()
|
/titanic_44/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 927 errno = EISCONN; in bindresvport()
|
/titanic_44/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 1084 CASE(ENOSYS); CASE(ENOTEMPTY); CASE(EISCONN); in xen_xlate_errcode()
|
/titanic_44/usr/src/uts/common/inet/sockmods/ |
H A D | socksctp.c | 374 error = EISCONN; in sosctp_connect() 878 if (error != EISCONN && error != EALREADY) { in sosctp_sendmsg()
|
H A D | socksdp.c | 341 error = EISCONN; in sosdp_connect()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | icmp.c | 4240 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 D | rts.c | 1321 return (EISCONN); in rts_connect()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp_socket.c | 311 error = EISCONN; in tcp_connect()
|
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 3549 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 D | in.tftpd.c | 1376 if (ret == -1 && errno == EISCONN) { in nak()
|
/titanic_44/usr/src/uts/common/io/idm/ |
H A D | idm_so.c | 905 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 D | corenote.msg | 234 @ MSG_ERRNO_EISCONN "[ EISCONN ]" # 133
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 3482 #ifdef EISCONN 3483 case EISCONN: /* Socket already connected */
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | socktpi.c | 2292 EISCONN : EALREADY; in sotpi_connect() 2564 case EISCONN: in sotpi_connect() 4269 return (EISCONN); in sotpi_sendmsg()
|