Home
last modified time | relevance | path

Searched defs:EISCONN (Results 1 – 6 of 6) sorted by relevance

/titanic_51/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c72 #define EISCONN WSAEISCONN macro
/titanic_51/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h105 #define EISCONN 56 /* Socket is already connected */ macro
/titanic_51/usr/src/boot/sys/sys/
H A Derrno.h120 #define EISCONN 56 /* Socket is already connected */ macro
/titanic_51/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h165 #define EISCONN 133 /* Socket is already connected */ macro
/titanic_51/usr/src/uts/common/sys/
H A Derrno.h185 #define EISCONN 133 /* Socket is already connected */ macro
/titanic_51/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java591 public static final int EISCONN = 133; field in PoolsException