Searched refs:ENOPROTOOPT (Results 26 - 50 of 56) sorted by relevance

123

/freebsd-13-stable/contrib/telnet/telnetd/
H A Dtelnetd.c403 && (errno != ENOPROTOOPT) )
/freebsd-13-stable/sys/netinet/
H A Dtcp_usrreq.c1969 return (ENOPROTOOPT);
2370 error = ENOPROTOOPT;
2382 return (ENOPROTOOPT);
2542 error = ENOPROTOOPT;
H A Dip_output.c1409 error = ENOPROTOOPT;
1582 error = ENOPROTOOPT;
H A Dsctp_usrreq.c1579 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, ENOPROTOOPT);
1580 error = ENOPROTOOPT;
3713 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, ENOPROTOOPT);
3714 error = ENOPROTOOPT;
3952 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, ENOPROTOOPT);
3953 error = ENOPROTOOPT;
6868 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, ENOPROTOOPT);
6869 error = ENOPROTOOPT;
H A Dip_input.c935 ENOPROTOOPT, ECONNREFUSED
H A Dip_mroute.c665 return ENOPROTOOPT;
671 return ENOPROTOOPT;
H A Din_mcast.c1879 error = ENOPROTOOPT;
H A Dip_carp.c1925 return (ENOPROTOOPT);
/freebsd-13-stable/sys/net/
H A Dnetisr.c1067 return (ENOPROTOOPT);
1123 return (ENOPROTOOPT);
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-linux.c3022 if (errno != ENOPROTOOPT && errno != EOPNOTSUPP) {
3924 sizeof(val)) == -1 && errno != ENOPROTOOPT) {
4155 if (errno == ENOPROTOOPT || errno == EINVAL) {
4157 * ENOPROTOOPT means the kernel is too old to
4463 if (errno != ENOPROTOOPT) {
4465 * ENOPROTOOPT means "kernel doesn't support
4564 * Even ENOPROTOOPT is an error - we wouldn't
4799 if (errno == ENOPROTOOPT) {
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.c1865 return (ENOPROTOOPT);
1874 return (ENOPROTOOPT);
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c1613 errno = ENOPROTOOPT;
1633 errno = ENOPROTOOPT;
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1699 error = ENOPROTOOPT;
1713 error = ENOPROTOOPT;
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c457 && (errno != ENOPROTOOPT) )
/freebsd-13-stable/sys/kern/
H A Duipc_socket.c2999 error = ENOPROTOOPT;
3173 error = ENOPROTOOPT;
3230 error = ENOPROTOOPT;
3379 error = ENOPROTOOPT;
/freebsd-13-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c2345 error = ENOPROTOOPT;
2395 error = ENOPROTOOPT;
H A Dng_btsocket_sco.c1501 error = ENOPROTOOPT;
H A Dng_btsocket_rfcomm.c686 error = ENOPROTOOPT;
694 error = ENOPROTOOPT;
/freebsd-13-stable/sys/netinet6/
H A Dicmp6.c2748 error = ENOPROTOOPT;
2767 error = ENOPROTOOPT;
H A Dip6_input.c1734 ENOPROTOOPT, ECONNREFUSED
H A Dip6_mroute.c569 return (ENOPROTOOPT);
/freebsd-13-stable/contrib/lib9p/
H A Drequest.c271 [ENOPROTOOPT] = LINUX_ENOPROTOOPT,
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c2229 && (errno != ENOPROTOOPT))
/freebsd-13-stable/contrib/telnet/telnet/
H A Dcommands.c2412 && (errno != ENOPROTOOPT))
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_socket.c1846 return (ENOPROTOOPT);

Completed in 213 milliseconds

123