Searched refs:EPROTONOSUPPORT (Results 1 - 25 of 51) sorted by relevance

123

/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dsocket.c48 errno = EPROTONOSUPPORT;
H A Dsocketpair.c50 errno = EPROTONOSUPPORT;
H A Ds5errno.h149 #define EPROTONOSUPPORT 120 /* Protocol not supported */ macro
H A Dmaperror.c214 case EPROTONOSUPPORT:
/illumos-gate/usr/src/lib/libsocket/socket/
H A Dsocket.c86 * was EPROTONOSUPPORT. (While the SunOS 4.X source contains EPROTOTYPE
117 saved_errno = EPROTONOSUPPORT;
119 case EPROTONOSUPPORT:
144 * EPROTONOSUPPORT.
146 errno = EPROTONOSUPPORT;
H A D_soutil.c185 errno = EPROTONOSUPPORT;
241 errno = EPROTONOSUPPORT;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c95 #ifndef EPROTONOSUPPORT
96 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
162 { PR_PROTOCOL_NOT_SUPPORTED_ERROR, EPROTONOSUPPORT },
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dbindresvport.c88 errno = EPROTONOSUPPORT;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h90 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h169 #define EPROTONOSUPPORT 120 /* Protocol not supported */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h104 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dfindvc.c111 err = EPROTONOSUPPORT;
H A Dnewvc.c107 err = EPROTONOSUPPORT; /* in case no AF match */
H A Dnb_name.c90 return (EPROTONOSUPPORT);
H A Dconnect.c453 err = EPROTONOSUPPORT;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java524 * EPROTONOSUPPORT.
526 public static final int EPROTONOSUPPORT = 120; field in class:PoolsException
/illumos-gate/usr/src/uts/common/io/ib/clients/sdp/
H A Dsdpddi.c154 ret = EPROTONOSUPPORT;
161 ret = EPROTONOSUPPORT;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_common.c407 if (error != EPROTONOSUPPORT) {
429 if (error != EPROTONOSUPPORT) {
H A Dnfs_dlinet.c346 rc = EPROTONOSUPPORT;
353 rc = EPROTONOSUPPORT;
356 rc = EPROTONOSUPPORT;
506 return (EPROTONOSUPPORT); /* XXX */
542 ret = EPROTONOSUPPORT;
941 return (EPROTONOSUPPORT);
2667 return (EPROTONOSUPPORT);
2683 return (EPROTONOSUPPORT);
/illumos-gate/usr/src/uts/common/rpc/
H A Drdma_subr.c467 * EPROTONOSUPPORT -- For module not avilable either due to failure to
478 return (EPROTONOSUPPORT);
485 return (EPROTONOSUPPORT);
H A Dclnt_gen.c140 return (EPROTONOSUPPORT);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c99 if (saved_error && (*errorp == EPROTONOSUPPORT ||
118 if (saved_error && (*errorp == EPROTONOSUPPORT ||
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c105 errno = EPROTONOSUPPORT;
734 errno = EPROTONOSUPPORT;
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c920 ret = EPROTONOSUPPORT;
927 ret = EPROTONOSUPPORT;
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c654 case EPROTONOSUPPORT:
856 case EPROTONOSUPPORT:

Completed in 106 milliseconds

123