Home
last modified time | relevance | path

Searched defs:ENOTCONN (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c84 #define ENOTCONN WSAENOTCONN macro
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h106 #define ENOTCONN 57 /* Socket is not connected */ macro
/titanic_41/usr/src/uts/common/sys/
H A Derrno.h186 #define ENOTCONN 134 /* Socket is not connected */ macro
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h166 #define ENOTCONN 134 /* Socket is not connected */ macro
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java596 public static final int ENOTCONN = 134; field in PoolsException