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

123

/freebsd-13-stable/tools/regression/netinet/tcpconnect/
H A Dtcpconnect.c130 /* No warning in default case on ENOPROTOOPT. */
133 if (errno == ENOPROTOOPT && md5enable > 0)
135 else if (errno != ENOPROTOOPT)
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dlerrno.py98 ENOPROTOOPT = 92 variable
231 ENOPROTOOPT: 'Protocol not available',
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Derrno.h191 #ifndef ENOPROTOOPT
192 #define ENOPROTOOPT 9921 macro
/freebsd-13-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h211 #undef ENOPROTOOPT macro
212 #define ENOPROTOOPT WSAENOPROTOOPT macro
/freebsd-13-stable/sys/sys/
H A Derrno.h105 #define ENOPROTOOPT 42 /* Protocol not available */ macro
/freebsd-13-stable/cddl/lib/libdtrace/
H A Derrno.d116 inline int ENOPROTOOPT = 42;
117 #pragma D binding "1.0" ENOPROTOOPT
290 errno == ENOPROTOOPT ? "Protocol not available" :
/freebsd-13-stable/sys/netinet/cc/
H A Dcc_newreno.c347 return (ENOPROTOOPT);
370 return (ENOPROTOOPT);
384 return (ENOPROTOOPT);
/freebsd-13-stable/sys/compat/cloudabi/
H A Dcloudabi_errno.c90 [ENOPROTOOPT] = CLOUDABI_ENOPROTOOPT,
/freebsd-13-stable/sys/netipsec/
H A Dipsec_pcb.c425 return (ENOPROTOOPT);
465 return (ENOPROTOOPT);
479 return (ENOPROTOOPT);
H A Dudpencap.c76 return (ENOPROTOOPT);
H A Dxform_tcp.c84 return (ENOPROTOOPT);
/freebsd-13-stable/lib/libsysdecode/
H A Derrno.c95 [CLOUDABI_ENOPROTOOPT] = ENOPROTOOPT,
/freebsd-13-stable/stand/liblua/
H A Dlerrno.c93 ENTRY(ENOPROTOOPT),
/freebsd-13-stable/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c232 if (errno != ENOPROTOOPT)
234 "returned %d (%s) not ENOPROTOOPT", errno,
243 if (errno != ENOPROTOOPT)
245 "returned %d (%s) not ENOPROTOOPT\n", errno,
263 if (errno != ENOPROTOOPT)
265 "returned %d (%s) not ENOPROTOOPT\n", errno,
273 if (errno != ENOPROTOOPT)
275 "returned %d (%s) not ENOPROTOOPT\n", errno,
/freebsd-13-stable/contrib/netbsd-tests/include/
H A Dt_errno.c481 #ifdef ENOPROTOOPT
486 atf_tc_fail_nonfatal("ENOPROTOOPT not defined");
/freebsd-13-stable/sys/netinet/
H A Draw_ip.c676 error = ENOPROTOOPT;
684 error = ENOPROTOOPT;
739 error = ENOPROTOOPT;
749 error = ENOPROTOOPT ;
H A Dudp_usrreq.c1011 return (ENOPROTOOPT);
1021 error = ENOPROTOOPT;
1047 error = ENOPROTOOPT;
1058 return (ENOPROTOOPT);
1068 error = ENOPROTOOPT;
1082 error = ENOPROTOOPT;
1269 error = ENOPROTOOPT;
/freebsd-13-stable/tools/regression/sockets/listen_backlog/
H A Dlisten_backlog.c353 if (ret < 0 && errno != ENOPROTOOPT) {
/freebsd-13-stable/contrib/unbound/services/
H A Dlisten_dnsport.c290 #ifdef ENOPROTOOPT
291 if(errno != ENOPROTOOPT || verbosity >= 3)
308 #ifdef ENOPROTOOPT
309 if(errno != ENOPROTOOPT || verbosity >= 3)
702 #ifdef ENOPROTOOPT
703 if(errno != ENOPROTOOPT || verbosity >= 3)
797 #ifdef ENOPROTOOPT
798 /* squelch ENOPROTOOPT: freebsd server mode with kernel support
800 if(errno != ENOPROTOOPT || verbosity >= 3) {
807 #ifdef ENOPROTOOPT
[all...]
/freebsd-13-stable/sys/netinet6/
H A Dip6_output.c2157 error = ENOPROTOOPT;
2405 error = ENOPROTOOPT;
2481 error = ENOPROTOOPT;
2673 return (ENOPROTOOPT);
2910 return (ENOPROTOOPT);
2926 return (ENOPROTOOPT);
3013 return (ENOPROTOOPT);
3276 return (ENOPROTOOPT);
/freebsd-13-stable/sys/dev/ice/
H A Dice_strings.c432 case ENOPROTOOPT:
433 str = "ENOPROTOOPT";
/freebsd-13-stable/lib/libc/rpc/
H A Dgetnetconfig.c73 #define NC_NOTFOUND ENOPROTOOPT /* specified netid was not found */
/freebsd-13-stable/contrib/openbsm/libbsm/
H A Dbsm_errno.c427 { BSM_ERRNO_ENOPROTOOPT, ENOPROTOOPT, ES("Protocol not available") },
/freebsd-13-stable/sys/security/audit/
H A Dbsm_errno.c431 { BSM_ERRNO_ENOPROTOOPT, ENOPROTOOPT, ES("Protocol not available") },
/freebsd-13-stable/contrib/pjdfstest/
H A Dpjdfstest.c1480 #ifdef ENOPROTOOPT
1481 case ENOPROTOOPT:
1482 return ("ENOPROTOOPT");

Completed in 182 milliseconds

123