Home
last modified time | relevance | path

Searched refs:EPROTONOSUPPORT (Results 1 – 25 of 112) sorted by relevance

12345

/freebsd-13-stable/usr.sbin/mtest/
HDmtest.c216 errc(1, EPROTONOSUPPORT, "can't open socket"); in main()
465 warnc(EPROTONOSUPPORT, "setsockopt %s", in process_cmd()
507 warnc(EPROTONOSUPPORT, "setsockopt %s", in process_cmd()
548 warnc(EPROTONOSUPPORT, "setsourcefilter"); in process_cmd()
611 warnc(EPROTONOSUPPORT, "getsourcefilter"); in process_cmd()
721 warnc(EPROTONOSUPPORT, "getsourcefilter"); in process_cmd()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDerrno.h211 # ifndef EPROTONOSUPPORT
212 # define EPROTONOSUPPORT 9933 macro
/freebsd-13-stable/contrib/lib9p/pytest/
HDlerrno.py99 EPROTONOSUPPORT = 93 variable
232 EPROTONOSUPPORT: 'Protocol not supported',
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
HDmlx5_en_hw_tls.c338 error = EPROTONOSUPPORT; in mlx5e_tls_snd_tag_alloc()
348 error = EPROTONOSUPPORT; in mlx5e_tls_snd_tag_alloc()
353 error = EPROTONOSUPPORT; in mlx5e_tls_snd_tag_alloc()
365 error = EPROTONOSUPPORT; in mlx5e_tls_snd_tag_alloc()
370 error = EPROTONOSUPPORT; in mlx5e_tls_snd_tag_alloc()
385 error = EPROTONOSUPPORT; in mlx5e_tls_snd_tag_alloc()
/freebsd-13-stable/contrib/ntp/libntp/lib/isc/win32/include/isc/
HDnet.h213 #undef EPROTONOSUPPORT
214 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/freebsd-13-stable/tools/regression/priv/
HDpriv_netinet_ipsec.c177 -1, EPROTONOSUPPORT); in priv_netinet_ipsec_pfkey()
183 -1, EPROTONOSUPPORT); in priv_netinet_ipsec_pfkey()
/freebsd-13-stable/cddl/lib/libdtrace/
HDerrno.d116 inline int EPROTONOSUPPORT = 43; variable
117 #pragma D binding "1.0" EPROTONOSUPPORT
289 errno == EPROTONOSUPPORT ? "Protocol not supported" :
/freebsd-13-stable/contrib/bsnmp/lib/
HDsnmpcrypto.c408 errno = EPROTONOSUPPORT; in snmp_passwd_to_keys()
421 errno = EPROTONOSUPPORT; in snmp_get_local_keys()
430 errno = EPROTONOSUPPORT; in snmp_calc_keychange()
/freebsd-13-stable/sys/compat/linux/
HDlinux_errno.inc92 [EPROTONOSUPPORT] = -LINUX_EPROTONOTSUPPORT,
275 [LINUX_EPROTONOTSUPPORT] = EPROTONOSUPPORT,
276 [LINUX_ESOCKNOTSUPPORT] = EPROTONOSUPPORT, /* XXX */
/freebsd-13-stable/sys/kern/
HDuipc_domain.c393 return (EPROTONOSUPPORT); in pf_proto_register()
469 return (EPROTONOSUPPORT); in pf_proto_unregister()
497 return (EPROTONOSUPPORT); in pf_proto_unregister()
/freebsd-13-stable/crypto/openssh/
HDaudit-linux.c48 if (errno == EINVAL || errno == EPROTONOSUPPORT || in linux_audit_record_event()
/freebsd-13-stable/sys/opencrypto/
HDktls_ocf.c708 return (EPROTONOSUPPORT); in ktls_ocf_try()
744 return (EPROTONOSUPPORT); in ktls_ocf_try()
748 return (EPROTONOSUPPORT); in ktls_ocf_try()
775 return (EPROTONOSUPPORT); in ktls_ocf_try()
785 return (EPROTONOSUPPORT); in ktls_ocf_try()
/freebsd-13-stable/sys/sys/
HDerrno.h105 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/freebsd-13-stable/contrib/ntp/libntp/lib/isc/unix/
HDnet.c135 #ifdef EPROTONOSUPPORT in try_proto()
136 case EPROTONOSUPPORT: in try_proto()
/freebsd-13-stable/lib/libc/nls/
HDbe_BY.UTF-8.msg91 $ EPROTONOSUPPORT
HDmn_MN.UTF-8.msg91 $ EPROTONOSUPPORT
HDuk_UA.UTF-8.msg91 $ EPROTONOSUPPORT
HDel_GR.ISO8859-7.msg91 $ EPROTONOSUPPORT
HDru_RU.KOI8-R.msg93 $ EPROTONOSUPPORT
HDko_KR.eucKR.msg91 $ EPROTONOSUPPORT
HDko_KR.UTF-8.msg91 $ EPROTONOSUPPORT
HDja_JP.eucJP.msg91 $ EPROTONOSUPPORT
HDja_JP.UTF-8.msg91 $ EPROTONOSUPPORT
/freebsd-13-stable/sys/compat/cloudabi/
HDcloudabi_errno.c104 [EPROTONOSUPPORT] = CLOUDABI_EPROTONOSUPPORT, in cloudabi_convert_errno()
/freebsd-13-stable/sbin/ifconfig/
HDaf_nd6.c155 if (errno != EAFNOSUPPORT && errno != EPROTONOSUPPORT) in nd6_status()

12345