Home
last modified time | relevance | path

Searched refs:ENOPROTOOPT (Results 1 – 25 of 89) sorted by relevance

1234

/freebsd/tools/regression/netinet/tcpconnect/
H A Dtcpconnect.c131 if (errno == ENOPROTOOPT && md5enable > 0) in tcpconnect_client()
133 else if (errno != ENOPROTOOPT) in tcpconnect_client()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Derrno.h163 # ifndef ENOPROTOOPT
164 # define ENOPROTOOPT 9921 macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h166 # ifndef ENOPROTOOPT
167 # define ENOPROTOOPT 9921 macro
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py98 ENOPROTOOPT = 92 variable
231 ENOPROTOOPT: 'Protocol not available',
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h211 #undef ENOPROTOOPT
212 #define ENOPROTOOPT WSAENOPROTOOPT macro
/freebsd/contrib/llvm-project/libc/src/__support/StringUtil/tables/
H A Dposix_errors.h71 MsgMapping(ENOPROTOOPT, "Protocol not available"),
150 MsgMapping(ENOPROTOOPT, "ENOPROTOOPT"),
/freebsd/cddl/lib/libdtrace/
H A Derrno.d114 inline int ENOPROTOOPT = 42; variable
115 #pragma D binding "1.0" ENOPROTOOPT
288 errno == ENOPROTOOPT ? "Protocol not available" :
/freebsd/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c230 if (errno != ENOPROTOOPT) in test_ip_hdrincl()
241 if (errno != ENOPROTOOPT) in test_ip_hdrincl()
261 if (errno != ENOPROTOOPT) in test_ip_hdrincl()
271 if (errno != ENOPROTOOPT) in test_ip_hdrincl()
/freebsd/sys/netinet/
H A Dudp_usrreq.c946 return (ENOPROTOOPT); in udp_ctloutput()
956 return (ENOPROTOOPT); in udp_ctloutput()
971 error = ENOPROTOOPT; in udp_ctloutput()
997 error = ENOPROTOOPT; in udp_ctloutput()
1010 return (ENOPROTOOPT); in udp_ctloutput()
1020 return (ENOPROTOOPT); in udp_ctloutput()
1035 error = ENOPROTOOPT; in udp_ctloutput()
1049 error = ENOPROTOOPT; in udp_ctloutput()
1279 error = ENOPROTOOPT; in udp_send()
H A Draw_ip.c613 error = ENOPROTOOPT; in rip_ctloutput()
620 error = ENOPROTOOPT; in rip_ctloutput()
679 error = ENOPROTOOPT; in rip_ctloutput()
686 error = ENOPROTOOPT ; in rip_ctloutput()
/freebsd/sys/netipsec/
H A Dipsec_pcb.c441 return (ENOPROTOOPT); in ipsec_control_pcbpolicy()
481 return (ENOPROTOOPT);
495 return (ENOPROTOOPT);
/freebsd/sys/netinet/cc/
H A Dcc_newreno.c454 return (ENOPROTOOPT); in newreno_ctl_output()
469 return (ENOPROTOOPT); in newreno_ctl_output()
481 return (ENOPROTOOPT); in newreno_ctl_output()
/freebsd/sys/sys/
H A Derrno.h102 #define ENOPROTOOPT 42 /* Protocol not available */ macro
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg89 $ ENOPROTOOPT
H A Dru_RU.UTF-8.msg89 $ ENOPROTOOPT
H A Dru_RU.KOI8-R.msg89 $ ENOPROTOOPT
H A Dmn_MN.UTF-8.msg89 $ ENOPROTOOPT
H A Duk_UA.UTF-8.msg89 $ ENOPROTOOPT
H A Del_GR.ISO8859-7.msg89 $ ENOPROTOOPT
H A Dja_JP.UTF-8.msg89 $ ENOPROTOOPT
H A Dja_JP.eucJP.msg89 $ ENOPROTOOPT
H A Dko_KR.UTF-8.msg89 $ ENOPROTOOPT
H A Dko_KR.eucKR.msg89 $ ENOPROTOOPT
H A Dzh_CN.UTF-8.msg89 $ ENOPROTOOPT
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h200 no_protocol_option = ENOPROTOOPT, in _LIBCPP_DECLARE_STRONG_ENUM()

1234