Home
last modified time | relevance | path

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

1234

/freebsd-head/tools/regression/netinet/tcpconnect/
HDtcpconnect.c131 if (errno == ENOPROTOOPT && md5enable > 0) in tcpconnect_client()
133 else if (errno != ENOPROTOOPT) in tcpconnect_client()
/freebsd-head/contrib/llvm-project/libcxx/include/
HDerrno.h163 # ifndef ENOPROTOOPT
164 # define ENOPROTOOPT 9921 macro
/freebsd-head/contrib/lib9p/pytest/
HDlerrno.py98 ENOPROTOOPT = 92 variable
231 ENOPROTOOPT: 'Protocol not available',
/freebsd-head/contrib/ntp/libntp/lib/isc/win32/include/isc/
HDnet.h211 #undef ENOPROTOOPT
212 #define ENOPROTOOPT WSAENOPROTOOPT macro
/freebsd-head/cddl/lib/libdtrace/
HDerrno.d114 inline int ENOPROTOOPT = 42; variable
115 #pragma D binding "1.0" ENOPROTOOPT
288 errno == ENOPROTOOPT ? "Protocol not available" :
/freebsd-head/tools/regression/netinet/ipsockopt/
HDipsockopt.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-head/sys/netinet/
HDudp_usrreq.c923 return (ENOPROTOOPT); in udp_ctloutput()
933 return (ENOPROTOOPT); in udp_ctloutput()
948 error = ENOPROTOOPT; in udp_ctloutput()
974 error = ENOPROTOOPT; in udp_ctloutput()
987 return (ENOPROTOOPT); in udp_ctloutput()
997 return (ENOPROTOOPT); in udp_ctloutput()
1012 error = ENOPROTOOPT; in udp_ctloutput()
1026 error = ENOPROTOOPT; in udp_ctloutput()
1228 error = ENOPROTOOPT; in udp_send()
HDraw_ip.c679 error = ENOPROTOOPT; in rip_ctloutput()
687 error = ENOPROTOOPT; in rip_ctloutput()
746 error = ENOPROTOOPT; in rip_ctloutput()
756 error = ENOPROTOOPT ; in rip_ctloutput()
/freebsd-head/sys/netipsec/
HDipsec_pcb.c441 return (ENOPROTOOPT); in ipsec_control_pcbpolicy()
481 return (ENOPROTOOPT); in ipsec4_pcbctl()
495 return (ENOPROTOOPT); in ipsec6_pcbctl()
/freebsd-head/sys/netinet/cc/
HDcc_newreno.c454 return (ENOPROTOOPT); in newreno_ctl_output()
469 return (ENOPROTOOPT); in newreno_ctl_output()
481 return (ENOPROTOOPT); in newreno_ctl_output()
/freebsd-head/sys/sys/
HDerrno.h102 #define ENOPROTOOPT 42 /* Protocol not available */ macro
/freebsd-head/lib/libc/nls/
HDbe_BY.UTF-8.msg89 $ ENOPROTOOPT
HDru_RU.UTF-8.msg89 $ ENOPROTOOPT
HDmn_MN.UTF-8.msg89 $ ENOPROTOOPT
HDuk_UA.UTF-8.msg89 $ ENOPROTOOPT
HDru_RU.KOI8-R.msg89 $ ENOPROTOOPT
HDel_GR.ISO8859-7.msg89 $ ENOPROTOOPT
HDja_JP.eucJP.msg89 $ ENOPROTOOPT
HDja_JP.UTF-8.msg89 $ ENOPROTOOPT
HDko_KR.UTF-8.msg89 $ ENOPROTOOPT
HDko_KR.eucKR.msg89 $ ENOPROTOOPT
HDzh_CN.UTF-8.msg89 $ ENOPROTOOPT
HDzh_CN.GB18030.msg91 $ ENOPROTOOPT
HDzh_CN.GB2312.msg91 $ ENOPROTOOPT
/freebsd-head/contrib/llvm-project/libcxx/include/__system_error/
HDerrc.h200 no_protocol_option = ENOPROTOOPT, in _LIBCPP_DECLARE_STRONG_ENUM()

1234