Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c96 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h90 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/titanic_41/usr/src/uts/common/sys/
H A Derrno.h169 #define EPROTONOSUPPORT 120 /* Protocol not supported */ macro
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h149 #define EPROTONOSUPPORT 120 /* Protocol not supported */ macro
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java526 public static final int EPROTONOSUPPORT = 120; field in PoolsException