Home
last modified time | relevance | path

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

12345

/freebsd-12-stable/usr.sbin/mtest/
Dmtest.c218 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/
Derrno.h239 #ifndef EPROTONOSUPPORT
240 #define EPROTONOSUPPORT 9933 macro
D__errc85 protocol_not_supported, // EPROTONOSUPPORT
195 protocol_not_supported = EPROTONOSUPPORT,
/freebsd-12-stable/contrib/ntp/libntp/lib/isc/win32/include/isc/
Dnet.h213 #undef EPROTONOSUPPORT
214 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/freebsd-12-stable/cddl/lib/libdtrace/
Derrno.d118 inline int EPROTONOSUPPORT = 43; variable
119 #pragma D binding "1.0" EPROTONOSUPPORT
291 errno == EPROTONOSUPPORT ? "Protocol not supported" :
/freebsd-12-stable/tools/regression/priv/
Dpriv_netinet_ipsec.c179 -1, EPROTONOSUPPORT); in priv_netinet_ipsec_pfkey()
185 -1, EPROTONOSUPPORT); in priv_netinet_ipsec_pfkey()
/freebsd-12-stable/sys/kern/
Duipc_domain.c343 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/
Dsnmpcrypto.c409 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/
Daudit-linux.c48 if (errno == EINVAL || errno == EPROTONOSUPPORT || in linux_audit_record_event()
/freebsd-12-stable/contrib/ntp/libntp/lib/isc/unix/
Dnet.c135 #ifdef EPROTONOSUPPORT in try_proto()
136 case EPROTONOSUPPORT: in try_proto()
/freebsd-12-stable/sys/sys/
Derrno.h106 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/freebsd-12-stable/lib/libc/nls/
Dbe_BY.UTF-8.msg92 $ EPROTONOSUPPORT
Del_GR.ISO8859-7.msg92 $ EPROTONOSUPPORT
Dru_RU.KOI8-R.msg94 $ EPROTONOSUPPORT
Duk_UA.UTF-8.msg92 $ EPROTONOSUPPORT
Dmn_MN.UTF-8.msg92 $ EPROTONOSUPPORT
Dja_JP.UTF-8.msg92 $ EPROTONOSUPPORT
Dzh_CN.UTF-8.msg92 $ EPROTONOSUPPORT
Dko_KR.UTF-8.msg92 $ EPROTONOSUPPORT
Dko_KR.eucKR.msg92 $ EPROTONOSUPPORT
Dja_JP.eucJP.msg92 $ EPROTONOSUPPORT
/freebsd-12-stable/contrib/gcclibs/libiberty/
Dstrerror.c352 #if defined (EPROTONOSUPPORT)
353 ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),
/freebsd-12-stable/contrib/binutils/libiberty/
Dstrerror.c352 #if defined (EPROTONOSUPPORT)
353 ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),
/freebsd-12-stable/sbin/ifconfig/
Daf_nd6.c152 if (errno != EAFNOSUPPORT && errno != EPROTONOSUPPORT) in nd6_status()
/freebsd-12-stable/sys/compat/cloudabi/
Dcloudabi_errno.c106 [EPROTONOSUPPORT] = CLOUDABI_EPROTONOSUPPORT, in cloudabi_convert_errno()

12345