Home
last modified time | relevance | path

Searched refs:EADDRNOTAVAIL (Results 1 - 25 of 116) sorted by relevance

12345

/third_party/rust/crates/nix/src/
H A Derrno.rs206 EADDRNOTAVAIL => "Cannot assign requested address",
1221 EADDRNOTAVAIL = libc::EADDRNOTAVAIL,
1366 libc::EADDRNOTAVAIL => EADDRNOTAVAIL,
1463 EADDRNOTAVAIL = libc::EADDRNOTAVAIL,
1581 libc::EADDRNOTAVAIL => EADDRNOTAVAIL,
1699 EADDRNOTAVAIL
[all...]
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h80 #ifndef EADDRNOTAVAIL
81 #define EADDRNOTAVAIL (MHDW32ERRBASE+13) macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c29 EADDRNOTAVAIL, "EADDRNOTAVAIL", EADDRNOTAVAIL}, {
H A D4-1.c24 EADDRNOTAVAIL, "EADDRNOTAVAIL"}, {
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h36 #undef EADDRNOTAVAIL macro
37 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A 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/
H A Dcurl_setup_once.h355 #undef EADDRNOTAVAIL /* override definition in errno.h */ macro
356 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/third_party/libuv/include/uv/
H A Derrno.h71 #if defined(EADDRNOTAVAIL) && !defined(_WIN32)
72 # define UV__EADDRNOTAVAIL UV__ERR(EADDRNOTAVAIL)
/third_party/node/deps/uv/include/uv/
H A Derrno.h71 #if defined(EADDRNOTAVAIL) && !defined(_WIN32)
72 # define UV__EADDRNOTAVAIL UV__ERR(EADDRNOTAVAIL)
/third_party/python/Modules/
H A Derrnomodule.c13 #undef EADDRNOTAVAIL macro
400 #ifdef EADDRNOTAVAIL in errno_exec()
401 add_errcode("EADDRNOTAVAIL", EADDRNOTAVAIL, "Cannot assign requested address"); in errno_exec()
404 add_errcode("EADDRNOTAVAIL", WSAEADDRNOTAVAIL, "Cannot assign requested address"); in errno_exec()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h101 #define EADDRNOTAVAIL 99 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h101 #define EADDRNOTAVAIL 99 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h101 #define EADDRNOTAVAIL 99 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h100 #define EADDRNOTAVAIL 99 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h101 #define EADDRNOTAVAIL 99 macro
/third_party/ltp/testcases/kernel/syscalls/bind/
H A Dbind01.c43 EADDRNOTAVAIL, "non-local address" },
/third_party/lwip/src/include/lwip/
H A Derrno.h150 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h100 #define EADDRNOTAVAIL 99 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h99 #define EADDRNOTAVAIL 126 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h99 #define EADDRNOTAVAIL 126 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h99 #define EADDRNOTAVAIL 126 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h100 #define EADDRNOTAVAIL 99 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h100 #define EADDRNOTAVAIL 99 macro
/third_party/node/deps/cares/src/lib/
H A Dsetup_once.h397 # undef EADDRNOTAVAIL /* override definition in errno.h */ macro
398 # define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
/third_party/ltp/testcases/kernel/syscalls/accept/
H A Daccept02.c74 else if (TST_ERR == EADDRNOTAVAIL) in server_thread()

Completed in 14 milliseconds

12345