Searched refs:ENOTCONN (Results 1 - 25 of 97) sorted by relevance

1234

/netbsd-current/external/bsd/ntp/dist/lib/isc/unix/
H A Derrno2result.c71 #ifdef ENOTCONN
72 case ENOTCONN:
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Derrno2result.c77 #ifdef ENOTCONN
78 case ENOTCONN:
80 #endif /* ifdef ENOTCONN */
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Derrno2result.c79 #ifdef ENOTCONN
80 case ENOTCONN:
82 #endif /* ifdef ENOTCONN */
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dsane_accept.c60 ENOTCONN,
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Derrno_test.c78 #ifdef ENOTCONN
79 { ENOTCONN, ISC_R_NOTCONNECTED },
80 #endif /* ifdef ENOTCONN */
/netbsd-current/sys/netinet/
H A Dsctp_peeloff.c97 return (ENOTCONN);
114 return (ENOTCONN);
157 *error = ENOTCONN;
/netbsd-current/lib/librumpuser/
H A Drumpuser_errtrans.c198 #ifdef ENOTCONN
199 case ENOTCONN : return 57;
/netbsd-current/sys/rump/include/rump/
H A Drumperrno2host.h244 #ifdef ENOTCONN
246 return ENOTCONN;
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h177 #ifndef ENOTCONN
178 #define ENOTCONN 9925 macro
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dtarget-newlib-errno.c203 #ifdef ENOTCONN
204 { "ENOTCONN", ENOTCONN, 128 },
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Derrno.h110 XEN_ERRNO(ENOTCONN, 107) /* Transport endpoint is not connected */
/netbsd-current/sys/sys/
H A Derrno.h108 #define ENOTCONN 57 /* Socket is not connected */ macro
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Dtoisc.c162 case ENOTCONN:
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstrerror-override.c80 case ENOTCONN:
166 /* WSAENOTCONN maps to ENOTCONN */
H A Derrno.in.h115 # define ENOTCONN 126 macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dw32sock.h122 errno = ENOTCONN;
H A Dstrerror-override.c82 case ENOTCONN:
168 /* WSAENOTCONN maps to ENOTCONN */
H A Derrno.in.h115 # define ENOTCONN 126 macro
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dnet.h241 #undef ENOTCONN macro
242 #define ENOTCONN WSAENOTCONN macro
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc240 #ifdef ENOTCONN
241 case ENOTCONN:
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_sock.c206 # if defined(ENOTCONN)
207 case ENOTCONN:
H A Dbss_fd.c254 # if defined(ENOTCONN)
255 case ENOTCONN:
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D02-test_errstr.t60 ENOTCONN
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_sock.c255 # if defined(ENOTCONN)
256 case ENOTCONN:
H A Dbss_fd.c252 # if defined(ENOTCONN)
253 case ENOTCONN:

Completed in 136 milliseconds

1234