Home
last modified time | relevance | path

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

1234

/netbsd/external/mpl/dhcp/dist/common/
H A Dlpf.c90 if (errno == ENOPROTOOPT || errno == EPROTONOSUPPORT ||
114 if (errno == ENOPROTOOPT || errno == EPROTONOSUPPORT ||
285 if (errno == ENOPROTOOPT || errno == EPROTONOSUPPORT ||
321 if (errno == ENOPROTOOPT || errno == EPROTONOSUPPORT ||
/netbsd/sys/rump/include/rump/
H A Drumperrno2host.h188 #ifdef EPROTONOSUPPORT in rump_errno2host()
190 return EPROTONOSUPPORT; in rump_errno2host()
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h209 #ifndef EPROTONOSUPPORT
210 #define EPROTONOSUPPORT 9933 macro
H A D__errc84 protocol_not_supported, // EPROTONOSUPPORT
193 protocol_not_supported = EPROTONOSUPPORT,
/netbsd/lib/librumpuser/
H A Drumpuser_errtrans.c156 #ifdef EPROTONOSUPPORT in rumpuser__errtrans()
157 case EPROTONOSUPPORT: return 43; in rumpuser__errtrans()
/netbsd/external/mpl/bind/dist/lib/isc/win32/include/isc/
H A Dnet.h209 #ifndef EPROTONOSUPPORT
210 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/netbsd/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dnet.h215 #undef EPROTONOSUPPORT
216 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc284 #ifdef EPROTONOSUPPORT in default_error_condition()
285 case EPROTONOSUPPORT: in default_error_condition()
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dinet_proto.c204 } else if (errno == EAFNOSUPPORT || errno == EPROTONOSUPPORT) { in inet_proto_init()
215 } else if (errno == EAFNOSUPPORT || errno == EPROTONOSUPPORT) { in inet_proto_init()
/netbsd/lib/libc/compat/sys/
H A Dcompat_socket.c25 errno = EPROTONOSUPPORT; in socket()
/netbsd/sys/compat/common/
H A Duipc_syscalls_30.c41 error = EPROTONOSUPPORT; in compat_30_sys_socket()
/netbsd/external/cddl/osnet/lib/libdtrace/
H A Derrno.d125 inline int EPROTONOSUPPORT = 43; variable
126 #pragma D binding "1.0" EPROTONOSUPPORT
/netbsd/external/mit/libuv/dist/include/uv/
H A Derrno.h323 #if defined(EPROTONOSUPPORT) && !defined(_WIN32)
324 # define UV__EPROTONOSUPPORT UV__ERR(EPROTONOSUPPORT)
/netbsd/external/bsd/ntp/dist/lib/isc/unix/
H A Dnet.c137 #ifdef EPROTONOSUPPORT in try_proto()
138 case EPROTONOSUPPORT: in try_proto()
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dstrerror-override.c60 case EPROTONOSUPPORT: in strerror_override()
H A Derrno.in.h105 # define EPROTONOSUPPORT 135 macro
/netbsd/sys/sys/
H A Derrno.h92 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstrerror-override.c60 case EPROTONOSUPPORT: in strerror_override()
/netbsd/external/mpl/dhcp/dist/omapip/
H A Dtoisc.c123 case EPROTONOSUPPORT: in uerr2isc()
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dstrerror.c352 #if defined (EPROTONOSUPPORT)
353 ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dstrerror.c352 #if defined (EPROTONOSUPPORT)
353 ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dstrerror.c352 #if defined (EPROTONOSUPPORT)
353 ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dstrerror.c352 #if defined (EPROTONOSUPPORT)
353 ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dstrerror.c352 #if defined (EPROTONOSUPPORT)
353 ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dstrerror.c352 #if defined (EPROTONOSUPPORT)
353 ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),

1234