/third_party/lwip/src/api/ |
H A D | err.c | 60 ENOTCONN, /* ERR_CONN -11 Not connected. */ 64 ENOTCONN, /* ERR_CLSD -15 Connection closed. */
|
/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 214 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 D | w32functions.h | 104 #ifndef ENOTCONN 105 #define ENOTCONN (MHDW32ERRBASE+21) macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 92 ENOTCONN, "ENOTCONN", ENOTCONN}, {
|
H A D | 4-1.c | 87 ENOTCONN, "ENOTCONN"}, {
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 52 #undef ENOTCONN macro 53 #define ENOTCONN WSAENOTCONN macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | twt.c | 42 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 D | w32functions.c | 71 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 D | network.h | 53 #ifndef ENOTCONN 54 #define ENOTCONN WSAENOTCONN macro
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_recvmsg.c | 172 /*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 D | test_1_to_1_shutdown.c | 162 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 D | test_1_to_1_recvfrom.c | 157 /*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 D | bss_sock.c | 255 # if defined(ENOTCONN) in BIO_sock_non_fatal_error() 256 case ENOTCONN: in BIO_sock_non_fatal_error()
|
H A D | bss_fd.c | 252 # 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 D | bss_sock.c | 255 # if defined(ENOTCONN) in BIO_sock_non_fatal_error() 256 case ENOTCONN: in BIO_sock_non_fatal_error()
|
H A D | bss_fd.c | 252 # if defined(ENOTCONN) in BIO_fd_non_fatal_error() 253 case ENOTCONN: in BIO_fd_non_fatal_error()
|
/third_party/python/Lib/ |
H A D | asyncore.py | 57 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 D | private-lib-plat-optee.h | 36 #define LWS_ENOTCONN ENOTCONN
|
/third_party/curl/lib/ |
H A D | curl_setup_once.h | 371 #undef ENOTCONN /* override definition in errno.h */ macro 372 #define ENOTCONN WSAENOTCONN macro
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 275 #if defined(ENOTCONN) && !defined(_WIN32) 276 # define UV__ENOTCONN UV__ERR(ENOTCONN)
|
/third_party/node/deps/uv/include/uv/ |
H A D | errno.h | 275 #if defined(ENOTCONN) && !defined(_WIN32) 276 # define UV__ENOTCONN UV__ERR(ENOTCONN)
|
/third_party/python/Modules/ |
H A D | errnomodule.c | 30 #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 D | private-lib-plat-freertos.h | 93 #define LWS_ENOTCONN ENOTCONN
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 109 #define ENOTCONN 107 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 109 #define ENOTCONN 107 macro
|