Searched refs:ENOPROTOOPT (Results 1 - 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/stand/lib/tcpstubs/
H A Dtcpstubs.c78 errno = ENOPROTOOPT;
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dsourcefilter.c61 rtnerr = ENOPROTOOPT;
69 rtnerr = ENOPROTOOPT;
119 rtnerr = ENOPROTOOPT;
127 rtnerr = ENOPROTOOPT;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h89 #define ENOPROTOOPT 42 /* Protocol not available */ macro
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h148 #define ENOPROTOOPT 99 /* Protocol not available */ macro
H A Dmaperror.c211 case ENOPROTOOPT:
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h168 #define ENOPROTOOPT 99 /* Protocol not available */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h103 #define ENOPROTOOPT 42 /* Protocol not available */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java519 * ENOPROTOOPT.
521 public static final int ENOPROTOOPT = 99; field in class:PoolsException
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dinfo.c124 return (ENOPROTOOPT);
H A Daf_rds.c559 ret = -ENOPROTOOPT;
609 ret = -ENOPROTOOPT;
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kutil.c168 ENOPROTOOPT, /* TBADOPT */
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c246 errno = ENOPROTOOPT;
256 errno = ENOPROTOOPT;
262 errno = ENOPROTOOPT;
376 errno = ENOPROTOOPT;
385 errno = ENOPROTOOPT;
391 errno = ENOPROTOOPT;
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c312 *errorp = ENOPROTOOPT;
679 error = ENOPROTOOPT;
689 error = ENOPROTOOPT;
1401 error = ENOPROTOOPT;
H A Dsocksdp.c828 * failed it with TBADOPT or TOUTSTATE (i.e. ENOPROTOOPT or
874 error = ENOPROTOOPT;
937 if ((error == ENOPROTOOPT || error == EPROTO ||
H A Dsocksctp.c1239 eprintsoline(so, ENOPROTOOPT);
1240 return (ENOPROTOOPT);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c100 *errorp == EPROTOTYPE || *errorp == ENOPROTOOPT))
119 *errorp == EPROTOTYPE || *errorp == ENOPROTOOPT))
/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c235 ENOPROTOOPT, /* TBADOPT */
H A Doptcom.c1556 error = ENOPROTOOPT;
1560 error = ENOPROTOOPT;
1581 error = ENOPROTOOPT;
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_opt_data.c983 retval = ENOPROTOOPT;
1257 retval = ENOPROTOOPT;
1264 retval = ENOPROTOOPT;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c171 case ENOPROTOOPT:
1107 tdi->DISCON_reason = ENOPROTOOPT;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c218 return (ENOPROTOOPT);
246 if (rval == ENOPROTOOPT || rval == EINVAL) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c339 errno != ENOPROTOOPT) {
H A Din.rshd.c371 (errno != ENOPROTOOPT)) {
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subrs.c298 {NT_STATUS_PROTOCOL_UNREACHABLE, ENOPROTOOPT},
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c7067 errno = ENOPROTOOPT;
7075 errno = ENOPROTOOPT;
7083 errno = ENOPROTOOPT;
7089 errno = ENOPROTOOPT;

Completed in 162 milliseconds

12