Home
last modified time | relevance | path

Searched refs:EADDRNOTAVAIL (Results 1 – 25 of 61) sorted by relevance

123

/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h80 #ifndef EADDRNOTAVAIL
81 #define EADDRNOTAVAIL (MHDW32ERRBASE+13) macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Derrno.h89 #ifndef EADDRNOTAVAIL
90 #define EADDRNOTAVAIL 101 macro
/third_party/boost/boost/
Dcerrno.hpp25 #ifndef EADDRNOTAVAIL
26 #define EADDRNOTAVAIL 9903 macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h36 #undef EADDRNOTAVAIL
37 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c29 EADDRNOTAVAIL, "EADDRNOTAVAIL", EADDRNOTAVAIL}, {
D4-1.c24 EADDRNOTAVAIL, "EADDRNOTAVAIL"}, {
D3-1-buildonly.c13 int dummy4 = EADDRNOTAVAIL;
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c63 case WSAEADDRNOTAVAIL: return EADDRNOTAVAIL; in MHD_W32_errno_from_winsock_()
142 case EADDRNOTAVAIL: in MHD_W32_strerror_()
459 case EADDRNOTAVAIL: in MHD_W32_set_last_winsock_error_()
/third_party/curl/lib/
Dcurl_setup_once.h421 #undef EADDRNOTAVAIL /* override definition in errno.h */
422 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/third_party/libuv/include/uv/
Derrno.h71 #if defined(EADDRNOTAVAIL) && !defined(_WIN32)
72 # define UV__EADDRNOTAVAIL UV__ERR(EADDRNOTAVAIL)
/third_party/libnl/lib/
Derror.c94 case EADDRNOTAVAIL: return NLE_NOADDR; in nl_syserr2nlerr()
/third_party/cares/
Dsetup_once.h482 #undef EADDRNOTAVAIL /* override definition in errno.h */
483 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/third_party/node/deps/cares/src/lib/
Dsetup_once.h482 #undef EADDRNOTAVAIL /* override definition in errno.h */
483 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/third_party/musl/arch/mips/bits/
Derrno.h99 #define EADDRNOTAVAIL 126 macro
/third_party/lwip/src/include/lwip/
Derrno.h150 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
/third_party/ltp/testcases/kernel/syscalls/bind/
Dbind01.c43 EADDRNOTAVAIL, "non-local address" },
/third_party/musl/arch/mips64/bits/
Derrno.h99 #define EADDRNOTAVAIL 126 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h99 #define EADDRNOTAVAIL 126 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h101 #define EADDRNOTAVAIL 99 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h100 #define EADDRNOTAVAIL 99 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h100 #define EADDRNOTAVAIL 99 macro
/third_party/musl/arch/generic/bits/
Derrno.h100 #define EADDRNOTAVAIL 99 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h101 #define EADDRNOTAVAIL 99 macro
/third_party/python/Modules/
Derrnomodule.c13 #undef EADDRNOTAVAIL
396 #ifdef EADDRNOTAVAIL in errno_exec()
397 add_errcode("EADDRNOTAVAIL", EADDRNOTAVAIL, "Cannot assign requested address"); in errno_exec()
/third_party/uboot/u-boot-2020.01/include/linux/
Derrno.h107 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro

123