Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h105 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h168 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java531 public static final int ESOCKTNOSUPPORT = 121; field in PoolsException