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

123

/netbsd-current/lib/libc/compat/sys/
H A Dcompat_socket.c25 errno = EPROTONOSUPPORT;
/netbsd-current/sys/compat/common/
H A Duipc_syscalls_30.c41 error = EPROTONOSUPPORT;
/netbsd-current/lib/librumpuser/
H A Drumpuser_errtrans.c156 #ifdef EPROTONOSUPPORT
157 case EPROTONOSUPPORT: return 43;
/netbsd-current/sys/rump/include/rump/
H A Drumperrno2host.h188 #ifdef EPROTONOSUPPORT
190 return EPROTONOSUPPORT;
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h209 #ifndef EPROTONOSUPPORT
210 #define EPROTONOSUPPORT 9933 macro
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dtarget-newlib-errno.c248 #ifdef EPROTONOSUPPORT
249 { "EPROTONOSUPPORT", EPROTONOSUPPORT, 123 },
/netbsd-current/sys/sys/
H A Derrno.h92 #define EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Dtoisc.c123 case EPROTONOSUPPORT:
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstrerror-override.c60 case EPROTONOSUPPORT:
152 /* WSAEPROTONOSUPPORT maps to EPROTONOSUPPORT */
H A Derrno.in.h105 # define EPROTONOSUPPORT 135 macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dw32sock.h86 errno = EPROTONOSUPPORT;
H A Dstrerror-override.c62 case EPROTONOSUPPORT:
154 /* WSAEPROTONOSUPPORT maps to EPROTONOSUPPORT */
H A Derrno.in.h105 # define EPROTONOSUPPORT 135 macro
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dnet.h215 #undef EPROTONOSUPPORT macro
216 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc284 #ifdef EPROTONOSUPPORT
285 case EPROTONOSUPPORT:
/netbsd-current/external/cddl/osnet/lib/libdtrace/
H A Derrno.d125 inline int EPROTONOSUPPORT = 43;
126 #pragma D binding "1.0" EPROTONOSUPPORT
/netbsd-current/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-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h133 protocol_not_supported = EPROTONOSUPPORT,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h144 protocol_not_supported = EPROTONOSUPPORT,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h144 protocol_not_supported = EPROTONOSUPPORT,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h133 protocol_not_supported = EPROTONOSUPPORT,
/netbsd-current/external/mit/libuv/dist/include/uv/
H A Derrno.h323 #if defined(EPROTONOSUPPORT) && !defined(_WIN32)
324 # define UV__EPROTONOSUPPORT UV__ERR(EPROTONOSUPPORT)
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dinet_proto.c204 } else if (errno == EAFNOSUPPORT || errno == EPROTONOSUPPORT) {
215 } else if (errno == EAFNOSUPPORT || errno == EPROTONOSUPPORT) {
/netbsd-current/external/bsd/ntp/dist/lib/isc/unix/
H A Dnet.c137 #ifdef EPROTONOSUPPORT
138 case EPROTONOSUPPORT:
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dstrerror.c352 #if defined (EPROTONOSUPPORT)
353 ENTRY(EPROTONOSUPPORT, "EPROTONOSUPPORT", "Protocol not supported"),

Completed in 321 milliseconds

123