Home
last modified time | relevance | path

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

123456

/third_party/lwip/src/api/
H A Derr.c60 ENOTCONN, /* ERR_CONN -11 Not connected. */
64 ENOTCONN, /* ERR_CLSD -15 Connection closed. */
/third_party/rust/crates/nix/src/
H A Derrno.rs214 ENOTCONN => "Transport endpoint is not connected",
1229 ENOTCONN = libc::ENOTCONN,
1374 libc::ENOTCONN => ENOTCONN,
1471 ENOTCONN = libc::ENOTCONN,
1589 libc::ENOTCONN => ENOTCONN,
1707 ENOTCONN
[all...]
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h104 #ifndef ENOTCONN
105 #define ENOTCONN (MHDW32ERRBASE+21) macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c92 ENOTCONN, "ENOTCONN", ENOTCONN}, {
H A D4-1.c87 ENOTCONN, "ENOTCONN"}, {
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h52 #undef ENOTCONN macro
53 #define ENOTCONN WSAENOTCONN macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dtwt.c42 return -ENOTCONN; in wpas_twt_send_setup()
114 return -ENOTCONN; in wpas_twt_send_teardown()
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c71 case WSAENOTCONN: return ENOTCONN; in MHD_W32_errno_from_winsock_()
158 case ENOTCONN: in MHD_W32_strerror_()
483 case ENOTCONN: in MHD_W32_set_last_winsock_error_()
/third_party/ffmpeg/libavformat/
H A Dnetwork.h53 #ifndef ENOTCONN
54 #define ENOTCONN WSAENOTCONN macro
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_recvmsg.c172 /*recvmsg () TEST5:recvmsg on listening socket,ENOTCONN Expected error*/ in main()
174 if (count != -1 || errno != ENOTCONN) in main()
178 tst_resm(TPASS, "recvmsg() on listening socket - ENOTCONN"); in main()
206 ENOTCONN Expected error*/ in main()
208 if (count != -1 || errno != ENOTCONN) in main()
214 " has sent shutdown - ENOTCONN"); in main()
H A Dtest_1_to_1_shutdown.c162 if ((error != -1) || (errno != ENOTCONN)) in main()
214 /*shutdown() TEST6: Unconnected socket, ENOTCONN Expected error*/ in main()
216 if ((error != -1) || (errno != ENOTCONN)) in main()
H A Dtest_1_to_1_recvfrom.c157 /*TEST4: recvfrom on listening socket,ENOTCONN Expected error*/ in main()
160 if (count != -1 || errno != ENOTCONN) in main()
164 tst_resm(TPASS, "recvfrom() on listening socket - ENOTCONN"); in main()
193 ENOTCONN Expected error*/ in main()
196 if (count != -1 || errno != ENOTCONN) in main()
202 " has sent shutdown - ENOTCONN"); in main()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_sock.c255 # if defined(ENOTCONN) in BIO_sock_non_fatal_error()
256 case ENOTCONN: in BIO_sock_non_fatal_error()
H A Dbss_fd.c252 # if defined(ENOTCONN) in BIO_fd_non_fatal_error()
253 case ENOTCONN: in BIO_fd_non_fatal_error()
/third_party/openssl/crypto/bio/
H A Dbss_sock.c255 # if defined(ENOTCONN) in BIO_sock_non_fatal_error()
256 case ENOTCONN: in BIO_sock_non_fatal_error()
H A Dbss_fd.c252 # if defined(ENOTCONN) in BIO_fd_non_fatal_error()
253 case ENOTCONN: in BIO_fd_non_fatal_error()
/third_party/python/Lib/
H A Dasyncore.py57 ENOTCONN, ESHUTDOWN, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \
65 _DISCONNECTED = frozenset({ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE,
244 if err.errno in (ENOTCONN, EINVAL):
385 # winsock sometimes raises ENOTCONN
401 if why.errno not in (ENOTCONN, EBADF):
58 errorcode global() namespace
/third_party/libwebsockets/lib/plat/optee/
H A Dprivate-lib-plat-optee.h36 #define LWS_ENOTCONN ENOTCONN
/third_party/curl/lib/
H A Dcurl_setup_once.h371 #undef ENOTCONN /* override definition in errno.h */ macro
372 #define ENOTCONN WSAENOTCONN macro
/third_party/libuv/include/uv/
H A Derrno.h275 #if defined(ENOTCONN) && !defined(_WIN32)
276 # define UV__ENOTCONN UV__ERR(ENOTCONN)
/third_party/node/deps/uv/include/uv/
H A Derrno.h275 #if defined(ENOTCONN) && !defined(_WIN32)
276 # define UV__ENOTCONN UV__ERR(ENOTCONN)
/third_party/python/Modules/
H A Derrnomodule.c30 #undef ENOTCONN macro
489 #ifdef ENOTCONN in errno_exec()
490 add_errcode("ENOTCONN", ENOTCONN, "Transport endpoint is not connected"); in errno_exec()
493 add_errcode("ENOTCONN", WSAENOTCONN, "Transport endpoint is not connected"); in errno_exec()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
H A Dprivate-lib-plat-freertos.h93 #define LWS_ENOTCONN ENOTCONN
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h109 #define ENOTCONN 107 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h109 #define ENOTCONN 107 macro

Completed in 14 milliseconds

123456