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

12

/freebsd-10.0-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-10.0-release/sys/sys/
H A Derrno.h103 #define ENOPROTOOPT 42 /* Protocol not available */ macro
/freebsd-10.0-release/cddl/lib/libdtrace/
H A Derrno.d115 inline int ENOPROTOOPT = 42;
116 #pragma D binding "1.0" ENOPROTOOPT
/freebsd-10.0-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-10.0-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-10.0-release/tools/regression/sockets/listen_backlog/
H A Dlisten_backlog.c352 if (ret < 0 && errno != ENOPROTOOPT) {
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dstrerror.c349 #if defined (ENOPROTOOPT)
350 ENTRY(ENOPROTOOPT, "ENOPROTOOPT", "Protocol not available"),
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dstrerror.c349 #if defined (ENOPROTOOPT)
350 ENTRY(ENOPROTOOPT, "ENOPROTOOPT", "Protocol not available"),
/freebsd-10.0-release/sys/netinet/
H A Draw_ip.c586 error = ENOPROTOOPT;
594 error = ENOPROTOOPT;
649 error = ENOPROTOOPT;
659 error = ENOPROTOOPT ;
H A Dudp_usrreq.c923 error = ENOPROTOOPT;
940 error = ENOPROTOOPT;
1030 error = ENOPROTOOPT;
H A Dip_output.c1133 error = ENOPROTOOPT;
1263 error = ENOPROTOOPT;
H A Dsctp_usrreq.c1698 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, ENOPROTOOPT);
1699 error = ENOPROTOOPT;
3341 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, ENOPROTOOPT);
3342 error = ENOPROTOOPT;
3538 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, ENOPROTOOPT);
3539 error = ENOPROTOOPT;
5843 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, ENOPROTOOPT);
5844 error = ENOPROTOOPT;
H A Dtcp_usrreq.c1540 error = ENOPROTOOPT;
1589 error = ENOPROTOOPT;
/freebsd-10.0-release/sys/netinet6/
H A Dip6_output.c1908 error = ENOPROTOOPT;
2131 error = ENOPROTOOPT;
2204 error = ENOPROTOOPT;
2377 return (ENOPROTOOPT);
2611 return (ENOPROTOOPT);
2627 return (ENOPROTOOPT);
2702 return (ENOPROTOOPT);
2968 return (ENOPROTOOPT);
/freebsd-10.0-release/contrib/openbsm/libbsm/
H A Dbsm_errno.c422 { BSM_ERRNO_ENOPROTOOPT, ENOPROTOOPT, ES("Protocol not available") },
/freebsd-10.0-release/lib/libc/rpc/
H A Dgetnetconfig.c73 #define NC_NOTFOUND ENOPROTOOPT /* specified netid was not found */
/freebsd-10.0-release/sys/security/audit/
H A Dbsm_errno.c424 { BSM_ERRNO_ENOPROTOOPT, ENOPROTOOPT, ES("Protocol not available") },
/freebsd-10.0-release/sys/dev/cxgbe/tom/
H A Dt4_tom.c1040 return (ENOPROTOOPT);
1048 return (ENOPROTOOPT);
/freebsd-10.0-release/tools/regression/pjdfstest/
H A Dpjdfstest.c1277 #ifdef ENOPROTOOPT
1278 case ENOPROTOOPT:
1279 return ("ENOPROTOOPT");
/freebsd-10.0-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-10.0-release/contrib/telnet/telnetd/
H A Dtelnetd.c408 && (errno != ENOPROTOOPT) )
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c1613 errno = ENOPROTOOPT;
1633 errno = ENOPROTOOPT;
/freebsd-10.0-release/sys/netipx/
H A Dspx_usrreq.c941 error = ENOPROTOOPT;
1020 error = ENOPROTOOPT;
/freebsd-10.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1675 error = ENOPROTOOPT;
1689 error = ENOPROTOOPT;
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c457 && (errno != ENOPROTOOPT) )

Completed in 396 milliseconds

12