Searched defs:ETIMEDOUT (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c62 #ifndef ETIMEDOUT
63 #define ETIMEDOUT WSAETIMEDOUT macro
136 { PR_IO_TIMEOUT_ERROR, ETIMEDOUT }, /* XXX: correct mapping ? */
147 { PR_CONNECT_TIMEOUT_ERROR, ETIMEDOUT },
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dport-sockets.h65 #ifndef ETIMEDOUT
66 #define ETIMEDOUT WSAETIMEDOUT macro
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h109 #define ETIMEDOUT 60 /* Connection timed out */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h124 #define ETIMEDOUT 60 /* Operation timed out */ macro
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h170 #define ETIMEDOUT 145 /* Connection timed out */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java609 * ETIMEDOUT.
611 public static final int ETIMEDOUT = 145; field in class:PoolsException
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h190 #define ETIMEDOUT 145 /* Connection timed out */ macro

Completed in 82 milliseconds