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

/illumos-gate/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 },
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h105 #define EISCONN 56 /* Socket is already connected */ macro
/illumos-gate/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:
/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dxs_wire.h83 XSD_ERROR(EISCONN)
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h185 #define EISCONN 133 /* Socket is already connected */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h120 #define EISCONN 56 /* Socket is already connected */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java589 * EISCONN.
591 public static final int EISCONN = 133; field in class:PoolsException
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c307 errno = EISCONN;
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_dev.c561 return (EISCONN);
H A Dsmb_usr.c594 return (EISCONN);
733 return (EISCONN);
H A Dsmb_subrs.c292 {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);
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c375 error = EISCONN;
878 if (error != EISCONN && error != EALREADY) {
H A Dsocksdp.c341 error = EISCONN;
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c927 errno = EISCONN;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c1376 if (ret == -1 && errno == EISCONN) {
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c311 error = EISCONN;
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c1084 CASE(ENOSYS); CASE(ENOTEMPTY); CASE(EISCONN);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dicmp.c882 * That will make all send* fail with EISCONN.
4240 error = EISCONN;
4316 error = EISCONN;
4414 error = EISCONN;
4533 * this socket. If so we bail out with EISCONN to ensure that the
4539 error = EISCONN;
5692 return (EISCONN);
H A Drts.c1321 return (EISCONN);
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c3549 error = EISCONN;
3612 error = EISCONN;
3714 error = EISCONN;
3835 * this socket. If so we bail out with EISCONN to ensure that the
3841 error = EISCONN;
5718 * That will make all send* fail with EISCONN.
5952 return (EISCONN);
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c905 if (rc == 0 || rc == EISCONN) {
3001 if (rc == 0 || rc == EISCONN) {
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c2301 EISCONN : EALREADY;
2573 case EISCONN:
4297 return (EISCONN);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c3482 #ifdef EISCONN
3483 case EISCONN: /* Socket already connected */
3484 #endif /* EISCONN */

Completed in 144 milliseconds