Home
last modified time | relevance | path

Searched refs:EISCONN (Results 1 – 25 of 126) sorted by relevance

123456

/third_party/rust/crates/nix/src/
Derrno.rs213 EISCONN => "Transport endpoint is already connected", in desc()
1228 EISCONN = libc::EISCONN, enumerator
1373 libc::EISCONN => EISCONN, in from_i32()
1470 EISCONN = libc::EISCONN, enumerator
1588 libc::EISCONN => EISCONN, in from_i32()
1706 EISCONN = libc::EISCONN, enumerator
1815 libc::EISCONN => EISCONN, in from_i32()
1923 EISCONN = libc::EISCONN, enumerator
2032 libc::EISCONN => EISCONN, in from_i32()
2138 EISCONN = libc::EISCONN, enumerator
[all …]
/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h101 #ifndef EISCONN
102 #define EISCONN (MHDW32ERRBASE+20) macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h50 #undef EISCONN
51 #define EISCONN WSAEISCONN macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c55 EISCONN, "EISCONN", EISCONN}, {
D4-1.c50 EISCONN, "EISCONN"}, {
/third_party/openssl/crypto/rand/
Drand_egd.c139 # ifdef EISCONN in RAND_query_egd_bytes()
140 if (errno == EISCONN) in RAND_query_egd_bytes()
/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_connectx.c194 if (error != -1 || errno != EISCONN) in main()
203 if (error != -1 || errno != EISCONN) in main()
Dtest_connect.c131 if ((error != -1) || (EISCONN != errno)) in main()
198 if ((error != -1) || (EISCONN != errno)) in main()
Dtest_1_to_1_connect.c202 if (error != -1 || errno != EISCONN) in main()
211 if (error != -1 || errno != EISCONN) in main()
Dtest_connectx.c169 if ((error != -1) || (EISCONN != errno)) in main()
240 if ((error != -1) || (EISCONN != errno)) in main()
/third_party/skia/third_party/externals/microhttpd/src/platform/
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/lwip/src/api/
Derr.c59 EISCONN, /* ERR_ISCONN -10 Conn already established.*/
/third_party/libuv/include/uv/
Derrno.h179 #if defined(EISCONN) && !defined(_WIN32)
180 # define UV__EISCONN UV__ERR(EISCONN)
/third_party/libwebsockets/lib/plat/optee/
Dprivate-lib-plat-optee.h35 #define LWS_EISCONN EISCONN
/third_party/node/deps/cares/src/lib/
Dsetup_once.h496 #undef EISCONN /* override definition in errno.h */
497 #define EISCONN WSAEISCONN macro
/third_party/python/Modules/
Derrnomodule.c22 #undef EISCONN
273 #ifdef EISCONN in errno_exec()
274 add_errcode("EISCONN", EISCONN, "Transport endpoint is already connected"); in errno_exec()
/third_party/libwebsockets/lib/plat/freertos/
Dprivate-lib-plat-freertos.h93 #define LWS_EISCONN EISCONN
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dprivate-lib-plat-freertos.h92 #define LWS_EISCONN EISCONN
/third_party/lwip/src/include/lwip/
Derrno.h157 #define EISCONN 106 /* Transport endpoint is already connected */ macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h108 #define EISCONN 106 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h107 #define EISCONN 106 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h107 #define EISCONN 106 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h106 #define EISCONN 133 macro
/third_party/musl/arch/mips64/bits/
Derrno.h106 #define EISCONN 133 macro
/third_party/musl/arch/mips/bits/
Derrno.h106 #define EISCONN 133 macro

123456