Home
last modified time | relevance | path

Searched defs:ESOCKTNOSUPPORT (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h91 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/titanic_44/usr/src/uts/common/sys/
H A Derrno.h170 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h150 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java531 public static final int ESOCKTNOSUPPORT = 121; field in PoolsException