Home
last modified time | relevance | path

Searched refs:EHOSTUNREACH (Results 1 - 25 of 108) sorted by relevance

12345

/third_party/rust/crates/nix/src/
H A Derrno.rs221 EHOSTUNREACH => "No route to host",
1235 EHOSTUNREACH = libc::EHOSTUNREACH,
1380 libc::EHOSTUNREACH => EHOSTUNREACH,
1479 EHOSTUNREACH = libc::EHOSTUNREACH,
1597 libc::EHOSTUNREACH => EHOSTUNREACH,
1715 EHOSTUNREACH
[all...]
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h119 #ifndef EHOSTUNREACH
120 #define EHOSTUNREACH (MHDW32ERRBASE+26) macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c48 EHOSTUNREACH, "EHOSTUNREACH", EHOSTUNREACH}, {
H A D4-1.c43 EHOSTUNREACH, "EHOSTUNREACH"}, {
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h68 #undef EHOSTUNREACH macro
69 #define EHOSTUNREACH WSAEHOSTUNREACH macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c79 case WSAEHOSTUNREACH: return EHOSTUNREACH; in MHD_W32_errno_from_winsock_()
172 case EHOSTUNREACH: in MHD_W32_strerror_()
507 case EHOSTUNREACH: in MHD_W32_set_last_winsock_error_()
/third_party/lwip/src/api/
H A Derr.c53 EHOSTUNREACH, /* ERR_RTE -4 Routing problem. */
/third_party/curl/lib/
H A Dcurl_setup_once.h385 #undef EHOSTUNREACH /* override definition in errno.h */ macro
386 #define EHOSTUNREACH WSAEHOSTUNREACH macro
/third_party/libuv/include/uv/
H A Derrno.h155 #if defined(EHOSTUNREACH) && !defined(_WIN32)
156 # define UV__EHOSTUNREACH UV__ERR(EHOSTUNREACH)
/third_party/node/deps/uv/include/uv/
H A Derrno.h155 #if defined(EHOSTUNREACH) && !defined(_WIN32)
156 # define UV__EHOSTUNREACH UV__ERR(EHOSTUNREACH)
/third_party/python/Modules/
H A Derrnomodule.c20 #undef EHOSTUNREACH macro
115 #ifdef EHOSTUNREACH in errno_exec()
116 add_errcode("EHOSTUNREACH", EHOSTUNREACH, "No route to host"); in errno_exec()
119 add_errcode("EHOSTUNREACH", WSAEHOSTUNREACH, "No route to host"); in errno_exec()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h115 #define EHOSTUNREACH 113 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h115 #define EHOSTUNREACH 113 macro
/third_party/nghttp2/src/
H A Dshrpx_accept_handler.cc82 case EHOSTUNREACH: in accept_connection()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h115 #define EHOSTUNREACH 113 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h114 #define EHOSTUNREACH 113 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h115 #define EHOSTUNREACH 113 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h164 #define EHOSTUNREACH 113 /* No route to host */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h114 #define EHOSTUNREACH 113 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h118 #define EHOSTUNREACH 148 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h118 #define EHOSTUNREACH 148 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h118 #define EHOSTUNREACH 148 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h114 #define EHOSTUNREACH 113 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h114 #define EHOSTUNREACH 113 macro
/third_party/node/deps/cares/src/lib/
H A Dsetup_once.h427 # undef EHOSTUNREACH /* override definition in errno.h */ macro
428 # define EHOSTUNREACH WSAEHOSTUNREACH macro

Completed in 14 milliseconds

12345