Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c69 #ifndef EISCONN
70 #define EISCONN WSAEISCONN macro
140 { PR_IS_CONNECTED_ERROR, EISCONN },
/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dxs_wire.h83 XSD_ERROR(EISCONN)
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h120 #define EISCONN 56 /* Socket is already connected */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h183 #define EISCONN 133 /* Socket is already connected */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java591 public static final int EISCONN = 133; field in PoolsException
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_usr.c491 return (EISCONN); in smb_usr_get_ssn()
630 return (EISCONN); in smb_usr_get_tree()
H A Dsmb_dev.c581 return (EISCONN); in smb_usr_dup_dev()
H A Dsmb_subrs.c307 {NT_STATUS_PIPE_CONNECTED, EISCONN},
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c219 CASE(ENOSYS); CASE(ENOTEMPTY); CASE(EISCONN); in xen_xlate_errcode()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c305 errno = EISCONN; in __rpc_bindresvport_ipv6()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist153 133 EISCONN Transport endpoint is already connected
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c1072 CASE(ENOSYS); CASE(ENOTEMPTY); CASE(EISCONN); in xen_xlate_errcode()
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c928 errno = EISCONN; in bindresvport()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c384 error = EISCONN; in sosctp_connect()
887 if (error != EISCONN && error != EALREADY) { in sosctp_sendmsg()
H A Dsocksdp.c342 error = EISCONN; in sosdp_connect()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dicmp.c4249 error = EISCONN; in icmp_wput()
4325 error = EISCONN; in icmp_wput()
4424 error = EISCONN; in icmp_output_newdst()
4559 error = EISCONN; in icmp_output_newdst()
5712 return (EISCONN); in rawip_send()
H A Drts.c1326 return (EISCONN); in rts_connect()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c3689 error = EISCONN; in udp_wput()
3752 error = EISCONN; in udp_wput()
3855 error = EISCONN; in udp_output_newdst()
3992 error = EISCONN; in udp_output_newdst()
6112 return (EISCONN); in udp_send()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c312 error = EISCONN; in tcp_connect()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c1377 if (ret == -1 && errno == EISCONN) { in nak()
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c1009 if (rc == 0 || rc == EISCONN) { in idm_so_ini_conn_connect()
3130 if (rc == 0 || rc == EISCONN) { in idm_so_timed_socket_connect()
/illumos-gate/usr/src/lib/lib9p/common/
H A Drequest.c288 [EISCONN] = LINUX_EISCONN, in e2linux()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg242 @ MSG_ERRNO_EISCONN "[ EISCONN ]" # 133
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c2221 EISCONN : EALREADY; in sotpi_connect()
2505 case EISCONN: in sotpi_connect()
4202 return (EISCONN); in sotpi_sendmsg()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c3483 #ifdef EISCONN
3484 case EISCONN: /* Socket already connected */