Searched refs:EPROTONOSUPPORT (Results 1 – 25 of 101) sorted by relevance
12345
| /freebsd-12-stable/usr.sbin/mtest/ |
| D | mtest.c | 218 errc(1, EPROTONOSUPPORT, "can't open socket"); in main() 467 warnc(EPROTONOSUPPORT, "setsockopt %s", in process_cmd() 509 warnc(EPROTONOSUPPORT, "setsockopt %s", in process_cmd() 550 warnc(EPROTONOSUPPORT, "setsourcefilter"); in process_cmd() 613 warnc(EPROTONOSUPPORT, "getsourcefilter"); in process_cmd() 723 warnc(EPROTONOSUPPORT, "getsourcefilter"); in process_cmd()
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | errno.h | 239 #ifndef EPROTONOSUPPORT 240 #define EPROTONOSUPPORT 9933 macro
|
| D | __errc | 85 protocol_not_supported, // EPROTONOSUPPORT 195 protocol_not_supported = EPROTONOSUPPORT,
|
| /freebsd-12-stable/contrib/ntp/libntp/lib/isc/win32/include/isc/ |
| D | net.h | 213 #undef EPROTONOSUPPORT 214 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
|
| /freebsd-12-stable/cddl/lib/libdtrace/ |
| D | errno.d | 118 inline int EPROTONOSUPPORT = 43; variable 119 #pragma D binding "1.0" EPROTONOSUPPORT 291 errno == EPROTONOSUPPORT ? "Protocol not supported" :
|
| /freebsd-12-stable/tools/regression/priv/ |
| D | priv_netinet_ipsec.c | 179 -1, EPROTONOSUPPORT); in priv_netinet_ipsec_pfkey() 185 -1, EPROTONOSUPPORT); in priv_netinet_ipsec_pfkey()
|
| /freebsd-12-stable/sys/kern/ |
| D | uipc_domain.c | 343 return (EPROTONOSUPPORT); in pf_proto_register() 412 return (EPROTONOSUPPORT); in pf_proto_unregister() 440 return (EPROTONOSUPPORT); in pf_proto_unregister()
|
| /freebsd-12-stable/contrib/bsnmp/lib/ |
| D | snmpcrypto.c | 409 errno = EPROTONOSUPPORT; in snmp_passwd_to_keys() 422 errno = EPROTONOSUPPORT; in snmp_get_local_keys() 431 errno = EPROTONOSUPPORT; in snmp_calc_keychange()
|
| /freebsd-12-stable/crypto/openssh/ |
| D | audit-linux.c | 48 if (errno == EINVAL || errno == EPROTONOSUPPORT || in linux_audit_record_event()
|
| /freebsd-12-stable/contrib/ntp/libntp/lib/isc/unix/ |
| D | net.c | 135 #ifdef EPROTONOSUPPORT in try_proto() 136 case EPROTONOSUPPORT: in try_proto()
|
| /freebsd-12-stable/sys/sys/ |
| D | errno.h | 106 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
|
| /freebsd-12-stable/lib/libc/nls/ |
| D | be_BY.UTF-8.msg | 92 $ EPROTONOSUPPORT
|
| D | el_GR.ISO8859-7.msg | 92 $ EPROTONOSUPPORT
|
| D | ru_RU.KOI8-R.msg | 94 $ EPROTONOSUPPORT
|
| D | uk_UA.UTF-8.msg | 92 $ EPROTONOSUPPORT
|
| D | mn_MN.UTF-8.msg | 92 $ EPROTONOSUPPORT
|
| D | ja_JP.UTF-8.msg | 92 $ EPROTONOSUPPORT
|
| D | zh_CN.UTF-8.msg | 92 $ EPROTONOSUPPORT
|
| D | ko_KR.UTF-8.msg | 92 $ EPROTONOSUPPORT
|
| D | ko_KR.eucKR.msg | 92 $ EPROTONOSUPPORT
|
| D | ja_JP.eucJP.msg | 92 $ EPROTONOSUPPORT
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | strerror.c | 352 #if defined (EPROTONOSUPPORT) 353 ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | strerror.c | 352 #if defined (EPROTONOSUPPORT) 353 ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),
|
| /freebsd-12-stable/sbin/ifconfig/ |
| D | af_nd6.c | 152 if (errno != EAFNOSUPPORT && errno != EPROTONOSUPPORT) in nd6_status()
|
| /freebsd-12-stable/sys/compat/cloudabi/ |
| D | cloudabi_errno.c | 106 [EPROTONOSUPPORT] = CLOUDABI_EPROTONOSUPPORT, in cloudabi_convert_errno()
|
12345