Searched refs:EISCONN (Results 1 - 25 of 57) sorted by relevance

123

/netbsd-current/lib/librumpuser/
H A Drumpuser_errtrans.c195 #ifdef EISCONN
196 case EISCONN : return 56;
/netbsd-current/sys/rump/include/rump/
H A Drumperrno2host.h240 #ifdef EISCONN
242 return EISCONN;
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h93 #ifndef EISCONN
94 #define EISCONN 9904 macro
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dtarget-newlib-errno.c125 #ifdef EISCONN
126 { "EISCONN", EISCONN, 127 },
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Derrno.h109 XEN_ERRNO(EISCONN, 106) /* Transport endpoint is already connected */
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dxs_wire.h92 XSD_ERROR(EISCONN),
/netbsd-current/sys/sys/
H A Derrno.h107 #define EISCONN 56 /* Socket is already connected */ macro
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Dtoisc.c159 case EISCONN:
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstrerror-override.c78 case EISCONN:
165 /* WSAEISCONN maps to EISCONN */
H A Derrno.in.h114 # define EISCONN 113 macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_egd.c86 # ifdef EISCONN
87 if (errno == EISCONN)
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dw32sock.h119 errno = EISCONN;
H A Dstrerror-override.c80 case EISCONN:
167 /* WSAEISCONN maps to EISCONN */
H A Derrno.in.h114 # define EISCONN 113 macro
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dnet.h239 #undef EISCONN macro
240 #define EISCONN WSAEISCONN macro
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc165 #ifdef EISCONN
166 case EISCONN:
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D02-test_errstr.t59 EISCONN
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_egd.c139 # ifdef EISCONN
140 if (errno == EISCONN)
/netbsd-current/external/cddl/osnet/lib/libdtrace/
H A Derrno.d151 inline int EISCONN = 56;
152 #pragma D binding "1.0" EISCONN
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h47 already_connected = EISCONN,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h45 already_connected = EISCONN,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h45 already_connected = EISCONN,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h47 already_connected = EISCONN,
/netbsd-current/external/mit/libuv/dist/include/uv/
H A Derrno.h179 #if defined(EISCONN) && !defined(_WIN32)
180 # define UV__EISCONN UV__ERR(EISCONN)
/netbsd-current/sys/netbt/
H A Dl2cap_misc.c224 return EISCONN;

Completed in 205 milliseconds

123