Home
last modified time | relevance | path

Searched refs:EADDRINUSE (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h77 #ifndef EADDRINUSE
78 #define EADDRINUSE (MHDW32ERRBASE+12) macro
/third_party/boost/boost/
Dcerrno.hpp21 #ifndef EADDRINUSE
22 #define EADDRINUSE 9902 macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h34 #undef EADDRINUSE
35 #define EADDRINUSE WSAEADDRINUSE macro
/third_party/glib/gio/
Dgioerror.c233 #ifdef EADDRINUSE in g_io_error_from_errno()
234 case EADDRINUSE: in g_io_error_from_errno()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c28 EADDRINUSE, "EADDRINUSE", EADDRINUSE}, {
D4-1.c23 EADDRINUSE, "EADDRINUSE"}, {
/third_party/skia/third_party/externals/microhttpd/src/platform/
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/
Derr.c57 EADDRINUSE, /* ERR_USE -8 Address in use. */
/third_party/libwebsockets/lib/plat/optee/
Dprivate-lib-plat-optee.h38 #define LWS_EADDRINUSE EADDRINUSE
/third_party/curl/lib/
Dcurl_setup_once.h419 #undef EADDRINUSE /* override definition in errno.h */
420 #define EADDRINUSE WSAEADDRINUSE macro
/third_party/ltp/testcases/kernel/syscalls/bind/
Dbind03.c39 EADDRINUSE, "bind() with bound pathname"); in run()
/third_party/libuv/include/uv/
Derrno.h65 #if defined(EADDRINUSE) && !defined(_WIN32)
66 # define UV__EADDRINUSE UV__ERR(EADDRINUSE)
/third_party/node/deps/cares/src/lib/
Dsetup_once.h480 #undef EADDRINUSE /* override definition in errno.h */
481 #define EADDRINUSE WSAEADDRINUSE macro
/third_party/grpc/src/python/grpcio_tests/tests/unit/framework/common/
D__init__.py23 _UNRECOVERABLE_ERRNOS = (errno.EADDRINUSE, errno.ENOSR)
/third_party/libnl/lib/
Derror.c92 case EADDRINUSE: return NLE_EXIST; in nl_syserr2nlerr()
/third_party/libwebsockets/lib/plat/freertos/
Dprivate-lib-plat-freertos.h96 #define LWS_EADDRINUSE EADDRINUSE
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dprivate-lib-plat-freertos.h95 #define LWS_EADDRINUSE EADDRINUSE
/third_party/python/Modules/
Derrnomodule.c12 #undef EADDRINUSE
564 #ifdef EADDRINUSE in errno_exec()
565 add_errcode("EADDRINUSE", EADDRINUSE, "Address already in use"); in errno_exec()
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h100 #define EADDRINUSE 98 macro
/third_party/lwip/src/include/lwip/
Derrno.h149 #define EADDRINUSE 98 /* Address already in use */ macro
/third_party/musl/arch/powerpc/bits/
Derrno.h99 #define EADDRINUSE 98 macro
/third_party/musl/arch/mips/bits/
Derrno.h98 #define EADDRINUSE 125 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h99 #define EADDRINUSE 98 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h100 #define EADDRINUSE 98 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h98 #define EADDRINUSE 125 macro

1234