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

12

/freebsd-9.3-release/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-9.3-release/sys/sys/
H A Derrno.h103 #define ENOPROTOOPT 42 /* Protocol not available */ macro
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h211 #undef ENOPROTOOPT macro
212 #define ENOPROTOOPT WSAENOPROTOOPT macro
/freebsd-9.3-release/cddl/lib/libdtrace/
H A Derrno.d115 inline int ENOPROTOOPT = 42;
116 #pragma D binding "1.0" ENOPROTOOPT
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A Dsystem_error.h168 no_protocol_option, // ENOPROTOOPT
363 # ifndef ENOPROTOOPT
364 # define ENOPROTOOPT 123 macro
544 no_protocol_option = ENOPROTOOPT,
/freebsd-9.3-release/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-9.3-release/tools/regression/sockets/listen_backlog/
H A Dlisten_backlog.c352 if (ret < 0 && errno != ENOPROTOOPT) {
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dstrerror.c349 #if defined (ENOPROTOOPT)
350 ENTRY(ENOPROTOOPT, "ENOPROTOOPT", "Protocol not available"),
/freebsd-9.3-release/contrib/cvs/lib/
H A Dstrerror.c352 #if defined (ENOPROTOOPT)
353 ENTRY(ENOPROTOOPT, "ENOPROTOOPT", "Protocol not available"),
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dstrerror.c349 #if defined (ENOPROTOOPT)
350 ENTRY(ENOPROTOOPT, "ENOPROTOOPT", "Protocol not available"),
/freebsd-9.3-release/sys/netinet/
H A Draw_ip.c575 error = ENOPROTOOPT;
583 error = ENOPROTOOPT;
638 error = ENOPROTOOPT;
648 error = ENOPROTOOPT ;
H A Dudp_usrreq.c915 error = ENOPROTOOPT;
932 error = ENOPROTOOPT;
1022 error = ENOPROTOOPT;
H A Dip_output.c1122 error = ENOPROTOOPT;
1252 error = ENOPROTOOPT;
H A Dsctp_usrreq.c1683 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, ENOPROTOOPT);
1684 error = ENOPROTOOPT;
3326 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, ENOPROTOOPT);
3327 error = ENOPROTOOPT;
3523 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, ENOPROTOOPT);
3524 error = ENOPROTOOPT;
5865 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, ENOPROTOOPT);
5866 error = ENOPROTOOPT;
H A Dtcp_usrreq.c1541 error = ENOPROTOOPT;
1590 error = ENOPROTOOPT;
/freebsd-9.3-release/sys/netinet6/
H A Dip6_output.c1922 error = ENOPROTOOPT;
2145 error = ENOPROTOOPT;
2218 error = ENOPROTOOPT;
2391 return (ENOPROTOOPT);
2625 return (ENOPROTOOPT);
2641 return (ENOPROTOOPT);
2716 return (ENOPROTOOPT);
2982 return (ENOPROTOOPT);
/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_errno.c422 { BSM_ERRNO_ENOPROTOOPT, ENOPROTOOPT, ES("Protocol not available") },
/freebsd-9.3-release/lib/libc/rpc/
H A Dgetnetconfig.c71 #define NC_NOTFOUND ENOPROTOOPT /* specified netid was not found */
/freebsd-9.3-release/sys/security/audit/
H A Daudit_bsm_errno.c424 { BSM_ERRNO_ENOPROTOOPT, ENOPROTOOPT, ES("Protocol not available") },
/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_tom.c1040 return (ENOPROTOOPT);
1048 return (ENOPROTOOPT);
/freebsd-9.3-release/tools/regression/pjdfstest/
H A Dpjdfstest.c1202 #ifdef ENOPROTOOPT
1203 case ENOPROTOOPT:
1204 return ("ENOPROTOOPT");
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-linux.c2355 if (errno != ENOPROTOOPT && errno != EOPNOTSUPP) {
3060 sizeof(val)) == -1 && errno != ENOPROTOOPT) {
3226 if (errno == ENOPROTOOPT)
3350 if (errno != ENOPROTOOPT) {
3352 * ENOPROTOOPT means "kernel doesn't support
3535 if (errno == ENOPROTOOPT) {
/freebsd-9.3-release/contrib/telnet/telnetd/
H A Dtelnetd.c408 && (errno != ENOPROTOOPT) )
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c1615 errno = ENOPROTOOPT;
1635 errno = ENOPROTOOPT;
/freebsd-9.3-release/sys/netipx/
H A Dspx_usrreq.c941 error = ENOPROTOOPT;
1020 error = ENOPROTOOPT;

Completed in 370 milliseconds

12