/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 221 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 D | w32functions.h | 119 #ifndef EHOSTUNREACH 120 #define EHOSTUNREACH (MHDW32ERRBASE+26) macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 48 EHOSTUNREACH, "EHOSTUNREACH", EHOSTUNREACH}, {
|
H A D | 4-1.c | 43 EHOSTUNREACH, "EHOSTUNREACH"}, {
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 68 #undef EHOSTUNREACH macro 69 #define EHOSTUNREACH WSAEHOSTUNREACH macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A D | w32functions.c | 79 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 D | err.c | 53 EHOSTUNREACH, /* ERR_RTE -4 Routing problem. */
|
/third_party/curl/lib/ |
H A D | curl_setup_once.h | 385 #undef EHOSTUNREACH /* override definition in errno.h */ macro 386 #define EHOSTUNREACH WSAEHOSTUNREACH macro
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 155 #if defined(EHOSTUNREACH) && !defined(_WIN32) 156 # define UV__EHOSTUNREACH UV__ERR(EHOSTUNREACH)
|
/third_party/node/deps/uv/include/uv/ |
H A D | errno.h | 155 #if defined(EHOSTUNREACH) && !defined(_WIN32) 156 # define UV__EHOSTUNREACH UV__ERR(EHOSTUNREACH)
|
/third_party/python/Modules/ |
H A D | errnomodule.c | 20 #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 D | errno.h | 115 #define EHOSTUNREACH 113 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 115 #define EHOSTUNREACH 113 macro
|
/third_party/nghttp2/src/ |
H A D | shrpx_accept_handler.cc | 82 case EHOSTUNREACH: in accept_connection()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 115 #define EHOSTUNREACH 113 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 114 #define EHOSTUNREACH 113 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 115 #define EHOSTUNREACH 113 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 164 #define EHOSTUNREACH 113 /* No route to host */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 114 #define EHOSTUNREACH 113 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 118 #define EHOSTUNREACH 148 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 118 #define EHOSTUNREACH 148 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 118 #define EHOSTUNREACH 148 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 114 #define EHOSTUNREACH 113 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 114 #define EHOSTUNREACH 113 macro
|
/third_party/node/deps/cares/src/lib/ |
H A D | setup_once.h | 427 # undef EHOSTUNREACH /* override definition in errno.h */ macro 428 # define EHOSTUNREACH WSAEHOSTUNREACH macro
|