Home
last modified time | relevance | path

Searched refs:EADDRINUSE (Results 1 - 25 of 127) sorted by relevance

123456

/third_party/rust/crates/nix/src/
H A Derrno.rs205 EADDRINUSE => "Address already in use",
1220 EADDRINUSE = libc::EADDRINUSE,
1365 libc::EADDRINUSE => EADDRINUSE,
1462 EADDRINUSE = libc::EADDRINUSE,
1580 libc::EADDRINUSE => EADDRINUSE,
1698 EADDRINUSE
[all...]
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h77 #ifndef EADDRINUSE
78 #define EADDRINUSE (MHDW32ERRBASE+12) macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c28 EADDRINUSE, "EADDRINUSE", EADDRINUSE}, {
H A D4-1.c23 EADDRINUSE, "EADDRINUSE"}, {
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h34 #undef EADDRINUSE macro
35 #define EADDRINUSE WSAEADDRINUSE macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c62 case WSAEADDRINUSE: return EADDRINUSE; in MHD_W32_errno_from_winsock_()
140 case EADDRINUSE: in MHD_W32_strerror_()
456 case EADDRINUSE: in MHD_W32_set_last_winsock_error_()
/third_party/lwip/src/api/
H A Derr.c57 EADDRINUSE, /* ERR_USE -8 Address in use. */
/third_party/libwebsockets/lib/plat/optee/
H A Dprivate-lib-plat-optee.h38 #define LWS_EADDRINUSE EADDRINUSE
/third_party/curl/lib/
H A Dcurl_setup_once.h353 #undef EADDRINUSE /* override definition in errno.h */ macro
354 #define EADDRINUSE WSAEADDRINUSE macro
/third_party/libuv/include/uv/
H A Derrno.h65 #if defined(EADDRINUSE) && !defined(_WIN32)
66 # define UV__EADDRINUSE UV__ERR(EADDRINUSE)
/third_party/node/deps/uv/include/uv/
H A Derrno.h65 #if defined(EADDRINUSE) && !defined(_WIN32)
66 # define UV__EADDRINUSE UV__ERR(EADDRINUSE)
/third_party/ltp/testcases/kernel/syscalls/bind/
H A Dbind03.c36 * to a second socket. Expected error is EADDRINUSE. in run()
39 EADDRINUSE, "bind() with bound pathname"); in run()
/third_party/python/Modules/
H A Derrnomodule.c12 #undef EADDRINUSE macro
568 #ifdef EADDRINUSE in errno_exec()
569 add_errcode("EADDRINUSE", EADDRINUSE, "Address already in use"); in errno_exec()
572 add_errcode("EADDRINUSE", WSAEADDRINUSE, "Address already in use"); in errno_exec()
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
H A Dprivate-lib-plat-freertos.h95 #define LWS_EADDRINUSE EADDRINUSE
/third_party/node/test/parallel/
H A Dtest-net-server-listen-path.js78 // make the server emit an 'EADDRINUSE' error.
87 assert.strictEqual(err.code, 'EADDRINUSE');
88 assert.match(err.message, /^listen EADDRINUSE: address already in use/);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h100 #define EADDRINUSE 98 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h100 #define EADDRINUSE 98 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h100 #define EADDRINUSE 98 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h99 #define EADDRINUSE 98 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h100 #define EADDRINUSE 98 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h149 #define EADDRINUSE 98 /* Address already in use */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h99 #define EADDRINUSE 98 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h98 #define EADDRINUSE 125 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h98 #define EADDRINUSE 125 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h98 #define EADDRINUSE 125 macro

Completed in 16 milliseconds

123456