Home
last modified time | relevance | path

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

12345

/freebsd/usr.sbin/mtest/
H A Dmtest.c215 errc(1, EPROTONOSUPPORT, "can't open socket"); in main()
464 warnc(EPROTONOSUPPORT, "setsockopt %s", in process_cmd()
506 warnc(EPROTONOSUPPORT, "setsockopt %s", in process_cmd()
547 warnc(EPROTONOSUPPORT, "setsourcefilter"); in process_cmd()
610 warnc(EPROTONOSUPPORT, "getsourcefilter"); in process_cmd()
720 warnc(EPROTONOSUPPORT, "getsourcefilter"); in process_cmd()
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h211 # ifndef EPROTONOSUPPORT
212 # define EPROTONOSUPPORT 9933 macro
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py99 EPROTONOSUPPORT = 93 variable
232 EPROTONOSUPPORT: 'Protocol not supported',
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h213 #undef EPROTONOSUPPORT
214 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_hw_tls.c432 error = EPROTONOSUPPORT; in mlx5e_tls_snd_tag_alloc()
442 error = EPROTONOSUPPORT; in mlx5e_tls_snd_tag_alloc()
447 error = EPROTONOSUPPORT; in mlx5e_tls_snd_tag_alloc()
459 error = EPROTONOSUPPORT; in mlx5e_tls_snd_tag_alloc()
464 error = EPROTONOSUPPORT; in mlx5e_tls_snd_tag_alloc()
479 error = EPROTONOSUPPORT; in mlx5e_tls_snd_tag_alloc()
H A Dmlx5_en_hw_tls_rx.c707 error = EPROTONOSUPPORT; in mlx5e_tls_rx_snd_tag_alloc()
717 error = EPROTONOSUPPORT; in mlx5e_tls_rx_snd_tag_alloc()
722 error = EPROTONOSUPPORT; in mlx5e_tls_rx_snd_tag_alloc()
735 error = EPROTONOSUPPORT; in mlx5e_tls_rx_snd_tag_alloc()
740 error = EPROTONOSUPPORT; in mlx5e_tls_rx_snd_tag_alloc()
756 error = EPROTONOSUPPORT; in mlx5e_tls_rx_snd_tag_alloc()
/freebsd/cddl/lib/libdtrace/
H A Derrno.d116 inline int EPROTONOSUPPORT = 43; variable
117 #pragma D binding "1.0" EPROTONOSUPPORT
289 errno == EPROTONOSUPPORT ? "Protocol not supported" :
/freebsd/tools/regression/priv/
H A Dpriv_netinet_ipsec.c177 -1, EPROTONOSUPPORT); in priv_netinet_ipsec_pfkey()
183 -1, EPROTONOSUPPORT); in priv_netinet_ipsec_pfkey()
/freebsd/contrib/bsnmp/lib/
H A Dsnmpcrypto.c408 errno = EPROTONOSUPPORT; in snmp_passwd_to_keys()
421 errno = EPROTONOSUPPORT; in snmp_get_local_keys()
430 errno = EPROTONOSUPPORT; in snmp_calc_keychange()
/freebsd/lib/libifconfig/
H A Dlibifconfig_carp.c92 ifconfig_error(h, NETLINK, EPROTONOSUPPORT); in _ifconfig_carp_get()
166 ifconfig_error(h, NETLINK, EPROTONOSUPPORT); in ifconfig_carp_set_info()
/freebsd/sys/compat/linux/
H A Dlinux_errno.inc92 [EPROTONOSUPPORT] = -LINUX_EPROTONOTSUPPORT,
275 [LINUX_EPROTONOTSUPPORT] = EPROTONOSUPPORT,
276 [LINUX_ESOCKNOTSUPPORT] = EPROTONOSUPPORT, /* XXX */
/freebsd/crypto/openssh/
H A Daudit-linux.c48 if (errno == EINVAL || errno == EPROTONOSUPPORT || in linux_audit_record_event()
/freebsd/contrib/ntp/libntp/lib/isc/unix/
H A Dnet.c135 #ifdef EPROTONOSUPPORT in try_proto()
136 case EPROTONOSUPPORT: in try_proto()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_ioctl.c375 return -EPROTONOSUPPORT; in uverbs_set_attr()
467 if (WARN_ON_ONCE(ret == -EPROTONOSUPPORT)) in ib_uverbs_run_method()
539 return -EPROTONOSUPPORT; in ib_uverbs_cmd_verbs()
601 return -EPROTONOSUPPORT; in ib_uverbs_ioctl()
/freebsd/sys/sys/
H A Derrno.h103 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg91 $ EPROTONOSUPPORT
H A Dmn_MN.UTF-8.msg91 $ EPROTONOSUPPORT
H A Duk_UA.UTF-8.msg91 $ EPROTONOSUPPORT
H A Dru_RU.UTF-8.msg91 $ EPROTONOSUPPORT
H A Dru_RU.KOI8-R.msg91 $ EPROTONOSUPPORT
H A Del_GR.ISO8859-7.msg91 $ EPROTONOSUPPORT
H A Dja_JP.UTF-8.msg91 $ EPROTONOSUPPORT
H A Dja_JP.eucJP.msg91 $ EPROTONOSUPPORT
H A Dko_KR.UTF-8.msg91 $ EPROTONOSUPPORT
H A Dko_KR.eucKR.msg91 $ EPROTONOSUPPORT

12345