Home
last modified time | relevance | path

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

12345

/third_party/rust/crates/nix/src/
H A Derrno.rs213 EISCONN => "Transport endpoint is already connected",
1228 EISCONN = libc::EISCONN,
1373 libc::EISCONN => EISCONN,
1470 EISCONN = libc::EISCONN,
1588 libc::EISCONN => EISCONN,
1706 EISCONN
[all...]
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h101 #ifndef EISCONN
102 #define EISCONN (MHDW32ERRBASE+20) macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c55 EISCONN, "EISCONN", EISCONN}, {
H A D4-1.c50 EISCONN, "EISCONN"}, {
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_egd.c139 # ifdef EISCONN in RAND_query_egd_bytes()
140 if (errno == EISCONN) in RAND_query_egd_bytes()
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h50 #undef EISCONN macro
51 #define EISCONN WSAEISCONN macro
/third_party/openssl/crypto/rand/
H A Drand_egd.c139 # ifdef EISCONN in RAND_query_egd_bytes()
140 if (errno == EISCONN) in RAND_query_egd_bytes()
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c70 case WSAEISCONN: return EISCONN; in MHD_W32_errno_from_winsock_()
156 case EISCONN: in MHD_W32_strerror_()
480 case EISCONN: in MHD_W32_set_last_winsock_error_()
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_connectx.c180 /*sctp_connectx () TEST7: from a listening socket, EISCONN Expect error*/ in main()
182 if (error != -1 || errno != EISCONN) in main()
186 tst_resm(TPASS, "sctp_connectx() on a listening socket - EISCONN"); in main()
188 /*sctp_connectx() TEST8: On established socket, EISCONN Expect error*/ in main()
191 if (error != -1 || errno != EISCONN) in main()
195 tst_resm(TPASS, "sctp_connectx() on an established socket - EISCONN"); in main()
H A Dtest_1_to_1_connect.c200 /*connect () TEST8: from a listening socket, EISCONN Expect error*/ in main()
202 if (error != -1 || errno != EISCONN) in main()
206 tst_resm(TPASS, "connect() on a listening socket - EISCONN"); in main()
208 /*connect() TEST9: On established socket, EISCONN Expect error*/ in main()
211 if (error != -1 || errno != EISCONN) in main()
215 tst_resm(TPASS, "connect() on an established socket - EISCONN"); in main()
H A Dtest_connect.c128 * is already established should return EISCONN. in main()
131 if ((error != -1) || (EISCONN != errno)) in main()
198 if ((error != -1) || (EISCONN != errno)) in main()
/third_party/lwip/src/api/
H A Derr.c59 EISCONN, /* ERR_ISCONN -10 Conn already established.*/
/third_party/libwebsockets/lib/plat/optee/
H A Dprivate-lib-plat-optee.h35 #define LWS_EISCONN EISCONN
/third_party/curl/lib/
H A Dcurl_setup_once.h369 #undef EISCONN /* override definition in errno.h */ macro
370 #define EISCONN WSAEISCONN macro
/third_party/libuv/include/uv/
H A Derrno.h179 #if defined(EISCONN) && !defined(_WIN32)
180 # define UV__EISCONN UV__ERR(EISCONN)
/third_party/node/deps/uv/include/uv/
H A Derrno.h179 #if defined(EISCONN) && !defined(_WIN32)
180 # define UV__EISCONN UV__ERR(EISCONN)
/third_party/python/Modules/
H A Derrnomodule.c22 #undef EISCONN macro
273 #ifdef EISCONN in errno_exec()
274 add_errcode("EISCONN", EISCONN, "Transport endpoint is already connected"); in errno_exec()
277 add_errcode("EISCONN", WSAEISCONN, "Transport endpoint is already connected"); in errno_exec()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
H A Dprivate-lib-plat-freertos.h92 #define LWS_EISCONN EISCONN
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h108 #define EISCONN 106 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h108 #define EISCONN 106 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h108 #define EISCONN 106 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h107 #define EISCONN 106 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h108 #define EISCONN 106 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h157 #define EISCONN 106 /* Transport endpoint is already connected */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h107 #define EISCONN 106 macro

Completed in 12 milliseconds

12345