Home
last modified time | relevance | path

Searched refs:ENOTCONN (Results 1 – 25 of 113) sorted by relevance

12345

/netbsd/sys/netinet/
H A Dsctp_peeloff.c97 return (ENOTCONN); in sctp_can_peel_off()
114 return (ENOTCONN); in sctp_do_peeloff()
157 *error = ENOTCONN; in sctp_get_peeloff()
/netbsd/external/bsd/ntp/dist/lib/isc/unix/
H A Derrno2result.c71 #ifdef ENOTCONN in isc___errno2result()
72 case ENOTCONN: in isc___errno2result()
/netbsd/external/mpl/bind/dist/lib/isc/unix/
H A Derrno2result.c77 #ifdef ENOTCONN in isc___errno2result()
78 case ENOTCONN: in isc___errno2result()
/netbsd/external/mpl/bind/dist/lib/isc/tests/
H A Derrno_test.c76 #ifdef ENOTCONN
77 { ENOTCONN, ISC_R_NOTCONNECTED },
/netbsd/sys/rump/include/rump/
H A Drumperrno2host.h244 #ifdef ENOTCONN in rump_errno2host()
246 return ENOTCONN; in rump_errno2host()
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h177 #ifndef ENOTCONN
178 #define ENOTCONN 9925 macro
H A D__errc73 not_connected, // ENOTCONN
182 not_connected = ENOTCONN,
/netbsd/lib/librumpuser/
H A Drumpuser_errtrans.c198 #ifdef ENOTCONN in rumpuser__errtrans()
199 case ENOTCONN : return 57; in rumpuser__errtrans()
/netbsd/lib/librumpclient/
H A Drumpclient.c146 if (__predict_false(rv == ENOTCONN || rv == EBADF)) { in send_with_recon()
149 rv = ENOTCONN; in send_with_recon()
161 rv = ENOTCONN; in send_with_recon()
184 return ENOTCONN; in send_with_recon()
348 return ENOTCONN; in cliwaitresp()
378 if (rv == ENOTCONN) in syscall_req()
496 if (rv == ENOTCONN) in prefork_req()
/netbsd/external/mpl/bind/dist/lib/isc/win32/include/isc/
H A Dnet.h251 #ifndef ENOTCONN
252 #define ENOTCONN WSAENOTCONN macro
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_sock.c206 # if defined(ENOTCONN) in BIO_sock_non_fatal_error()
207 case ENOTCONN: in BIO_sock_non_fatal_error()
H A Dbss_fd.c254 # if defined(ENOTCONN) in BIO_fd_non_fatal_error()
255 case ENOTCONN: in BIO_fd_non_fatal_error()
/netbsd/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dnet.h241 #undef ENOTCONN
242 #define ENOTCONN WSAENOTCONN macro
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc240 #ifdef ENOTCONN in default_error_condition()
241 case ENOTCONN: in default_error_condition()
/netbsd/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_fd.c252 # if defined(ENOTCONN) in BIO_fd_non_fatal_error()
253 case ENOTCONN: in BIO_fd_non_fatal_error()
H A Dbss_sock.c255 # if defined(ENOTCONN) in BIO_sock_non_fatal_error()
256 case ENOTCONN: in BIO_sock_non_fatal_error()
/netbsd/external/cddl/osnet/lib/libdtrace/
H A Derrno.d153 inline int ENOTCONN = 57; variable
154 #pragma D binding "1.0" ENOTCONN
/netbsd/external/mit/libuv/dist/include/uv/
H A Derrno.h275 #if defined(ENOTCONN) && !defined(_WIN32)
276 # define UV__ENOTCONN UV__ERR(ENOTCONN)
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Dsane_accept.c60 ENOTCONN, in sane_accept()
/netbsd/external/bsd/ppp/dist/pppd/plugins/pppol2tp/
H A Dopenl2tp.c89 return -ENOTCONN; in openl2tp_client_create()
99 return -ENOTCONN; in openl2tp_client_create()
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dstrerror-override.c80 case ENOTCONN: in strerror_override()
/netbsd/sys/sys/
H A Derrno.h108 #define ENOTCONN 57 /* Socket is not connected */ macro
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstrerror-override.c80 case ENOTCONN: in strerror_override()
/netbsd/external/mpl/dhcp/dist/omapip/
H A Dtoisc.c162 case ENOTCONN: in uerr2isc()
/netbsd/sys/external/bsd/libnv/dist/
H A Dmsgio.c448 errno = ENOTCONN; in buf_send()
476 errno = ENOTCONN; in buf_recv()

12345