Searched refs:EPROTONOSUPPORT (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-11-stable/crypto/openssh/
H A Daudit-linux.c48 if (errno == EINVAL || errno == EPROTONOSUPPORT ||
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h213 #undef EPROTONOSUPPORT macro
214 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Derrno.h239 #ifndef EPROTONOSUPPORT
240 #define EPROTONOSUPPORT 9933 macro
/freebsd-11-stable/sys/sys/
H A Derrno.h104 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/freebsd-11-stable/cddl/lib/libdtrace/
H A Derrno.d118 inline int EPROTONOSUPPORT = 43;
119 #pragma D binding "1.0" EPROTONOSUPPORT
289 errno == EPROTONOSUPPORT ? "Protocol not supported" :
/freebsd-11-stable/usr.sbin/mtest/
H A Dmtest.c218 errc(1, EPROTONOSUPPORT, "can't open socket");
466 warnc(EPROTONOSUPPORT, "setsockopt %s",
508 warnc(EPROTONOSUPPORT, "setsockopt %s",
549 warnc(EPROTONOSUPPORT, "setsourcefilter");
612 warnc(EPROTONOSUPPORT, "getsourcefilter");
722 warnc(EPROTONOSUPPORT, "getsourcefilter");
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_errno.c105 [EPROTONOSUPPORT] = CLOUDABI_EPROTONOSUPPORT,
/freebsd-11-stable/tools/regression/priv/
H A Dpriv_netinet_ipsec.c179 -1, EPROTONOSUPPORT);
185 -1, EPROTONOSUPPORT);
/freebsd-11-stable/sys/kern/
H A Duipc_domain.c341 return (EPROTONOSUPPORT);
410 return (EPROTONOSUPPORT);
438 return (EPROTONOSUPPORT);
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpcrypto.c376 errno = EPROTONOSUPPORT;
389 errno = EPROTONOSUPPORT;
398 errno = EPROTONOSUPPORT;
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Dnb_name.c88 return EPROTONOSUPPORT;
/freebsd-11-stable/sbin/ifconfig/
H A Daf_nd6.c152 if (errno != EAFNOSUPPORT && errno != EPROTONOSUPPORT)
/freebsd-11-stable/stand/liblua/
H A Dlerrno.c94 ENTRY(EPROTONOSUPPORT),
/freebsd-11-stable/lib/libsysdecode/
H A Derrno.c112 [CLOUDABI_EPROTONOSUPPORT] = EPROTONOSUPPORT,
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dnet.c135 #ifdef EPROTONOSUPPORT
136 case EPROTONOSUPPORT:
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dstrerror.c352 #if defined (EPROTONOSUPPORT)
353 ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dstrerror.c352 #if defined (EPROTONOSUPPORT)
353 ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dfilter.c229 errno = EPROTONOSUPPORT;
335 errno = EPROTONOSUPPORT;
/freebsd-11-stable/contrib/pf/tftp-proxy/
H A Dfilter.c238 errno = EPROTONOSUPPORT;
346 errno = EPROTONOSUPPORT;
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_errno.c652 #ifdef EPROTONOSUPPORT
657 atf_tc_fail_nonfatal("EPROTONOSUPPORT not defined");
/freebsd-11-stable/sys/netgraph/
H A Dng_ipfw.c282 return (EPROTONOSUPPORT);
/freebsd-11-stable/sys/netinet6/
H A Dsend.c97 return (EPROTONOSUPPORT);
H A Dip6_input.c300 return (EPROTONOSUPPORT);
323 return (EPROTONOSUPPORT);
333 return (EPROTONOSUPPORT);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mr.c77 return (-EPROTONOSUPPORT);
/freebsd-11-stable/sys/netinet/
H A Dip_input.c881 return (EPROTONOSUPPORT);
902 return (EPROTONOSUPPORT);
912 return (EPROTONOSUPPORT);

Completed in 183 milliseconds

123