Home
last modified time | relevance | path

Searched refs:ENETUNREACH (Results 1 - 25 of 107) sorted by relevance

12345

/third_party/rust/crates/nix/src/
H A Derrno.rs208 ENETUNREACH => "Network is unreachable",
1223 ENETUNREACH = libc::ENETUNREACH,
1368 libc::ENETUNREACH => ENETUNREACH,
1465 ENETUNREACH = libc::ENETUNREACH,
1583 libc::ENETUNREACH => ENETUNREACH,
1701 ENETUNREACH
[all...]
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h86 #ifndef ENETUNREACH
87 #define ENETUNREACH (MHDW32ERRBASE+15) macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c65 ENETUNREACH, "ENETUNREACH", ENETUNREACH}, {
H A D4-1.c60 ENETUNREACH, "ENETUNREACH"}, {
H A D3-1-buildonly.c51 static int dummy40 = ENETUNREACH;
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h40 #undef ENETUNREACH macro
41 #define ENETUNREACH WSAENETUNREACH macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c65 case WSAENETUNREACH: return ENETUNREACH; in MHD_W32_errno_from_winsock_()
146 case ENETUNREACH: in MHD_W32_strerror_()
465 case ENETUNREACH: in MHD_W32_set_last_winsock_error_()
/third_party/curl/lib/
H A Dcurl_setup_once.h359 #undef ENETUNREACH /* override definition in errno.h */ macro
360 #define ENETUNREACH WSAENETUNREACH macro
/third_party/libuv/include/uv/
H A Derrno.h221 #if defined(ENETUNREACH) && !defined(_WIN32)
222 # define UV__ENETUNREACH UV__ERR(ENETUNREACH)
/third_party/node/deps/uv/include/uv/
H A Derrno.h221 #if defined(ENETUNREACH) && !defined(_WIN32)
222 # define UV__ENETUNREACH UV__ERR(ENETUNREACH)
/third_party/python/Modules/
H A Derrnomodule.c27 #undef ENETUNREACH macro
519 #ifdef ENETUNREACH in errno_exec()
520 add_errcode("ENETUNREACH", ENETUNREACH, "Network is unreachable"); in errno_exec()
523 add_errcode("ENETUNREACH", WSAENETUNREACH, "Network is unreachable"); in errno_exec()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h103 #define ENETUNREACH 101 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h103 #define ENETUNREACH 101 macro
/third_party/nghttp2/src/
H A Dshrpx_accept_handler.cc84 case ENETUNREACH: in accept_connection()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h103 #define ENETUNREACH 101 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h102 #define ENETUNREACH 101 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h103 #define ENETUNREACH 101 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h152 #define ENETUNREACH 101 /* Network is unreachable */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h102 #define ENETUNREACH 101 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h101 #define ENETUNREACH 128 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h101 #define ENETUNREACH 128 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h101 #define ENETUNREACH 128 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h102 #define ENETUNREACH 101 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h102 #define ENETUNREACH 101 macro
/third_party/node/deps/cares/src/lib/
H A Dsetup_once.h401 # undef ENETUNREACH /* override definition in errno.h */ macro
402 # define ENETUNREACH WSAENETUNREACH macro

Completed in 16 milliseconds

12345