/freebsd/usr.sbin/mtest/ |
H A D | mtest.c | 215 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 D | errno.h | 211 # ifndef EPROTONOSUPPORT 212 # define EPROTONOSUPPORT 9933 macro
|
/freebsd/contrib/lib9p/pytest/ |
H A D | lerrno.py | 99 EPROTONOSUPPORT = 93 variable 232 EPROTONOSUPPORT: 'Protocol not supported',
|
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/ |
H A D | net.h | 213 #undef EPROTONOSUPPORT 214 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_hw_tls.c | 432 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 D | mlx5_en_hw_tls_rx.c | 707 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 D | errno.d | 116 inline int EPROTONOSUPPORT = 43; variable 117 #pragma D binding "1.0" EPROTONOSUPPORT 289 errno == EPROTONOSUPPORT ? "Protocol not supported" :
|
/freebsd/tools/regression/priv/ |
H A D | priv_netinet_ipsec.c | 177 -1, EPROTONOSUPPORT); in priv_netinet_ipsec_pfkey() 183 -1, EPROTONOSUPPORT); in priv_netinet_ipsec_pfkey()
|
/freebsd/contrib/bsnmp/lib/ |
H A D | snmpcrypto.c | 408 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 D | libifconfig_carp.c | 92 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 D | linux_errno.inc | 92 [EPROTONOSUPPORT] = -LINUX_EPROTONOTSUPPORT, 275 [LINUX_EPROTONOTSUPPORT] = EPROTONOSUPPORT, 276 [LINUX_ESOCKNOTSUPPORT] = EPROTONOSUPPORT, /* XXX */
|
/freebsd/crypto/openssh/ |
H A D | audit-linux.c | 48 if (errno == EINVAL || errno == EPROTONOSUPPORT || in linux_audit_record_event()
|
/freebsd/contrib/ntp/libntp/lib/isc/unix/ |
H A D | net.c | 135 #ifdef EPROTONOSUPPORT in try_proto() 136 case EPROTONOSUPPORT: in try_proto()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_ioctl.c | 375 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 D | errno.h | 103 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
|
/freebsd/lib/libc/nls/ |
H A D | be_BY.UTF-8.msg | 91 $ EPROTONOSUPPORT
|
H A D | mn_MN.UTF-8.msg | 91 $ EPROTONOSUPPORT
|
H A D | uk_UA.UTF-8.msg | 91 $ EPROTONOSUPPORT
|
H A D | ru_RU.UTF-8.msg | 91 $ EPROTONOSUPPORT
|
H A D | ru_RU.KOI8-R.msg | 91 $ EPROTONOSUPPORT
|
H A D | el_GR.ISO8859-7.msg | 91 $ EPROTONOSUPPORT
|
H A D | ja_JP.UTF-8.msg | 91 $ EPROTONOSUPPORT
|
H A D | ja_JP.eucJP.msg | 91 $ EPROTONOSUPPORT
|
H A D | ko_KR.UTF-8.msg | 91 $ EPROTONOSUPPORT
|
H A D | ko_KR.eucKR.msg | 91 $ EPROTONOSUPPORT
|