/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 119 #ifndef EHOSTUNREACH 120 #define EHOSTUNREACH (MHDW32ERRBASE+26) macro
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | errno.h | 121 #ifndef EHOSTUNREACH 122 #define EHOSTUNREACH 110 macro
|
/third_party/boost/boost/ |
D | cerrno.hpp | 57 #ifndef EHOSTUNREACH 58 #define EHOSTUNREACH 9911 macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 68 #undef EHOSTUNREACH 69 #define EHOSTUNREACH WSAEHOSTUNREACH macro
|
/third_party/glib/gio/ |
D | gioerror.c | 239 #ifdef EHOSTUNREACH in g_io_error_from_errno() 240 case EHOSTUNREACH: in g_io_error_from_errno()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 48 EHOSTUNREACH, "EHOSTUNREACH", EHOSTUNREACH}, {
|
D | 4-1.c | 43 EHOSTUNREACH, "EHOSTUNREACH"}, {
|
/third_party/lwip/src/api/ |
D | err.c | 53 EHOSTUNREACH, /* ERR_RTE -4 Routing problem. */
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
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/curl/lib/ |
D | curl_setup_once.h | 451 #undef EHOSTUNREACH /* override definition in errno.h */ 452 #define EHOSTUNREACH WSAEHOSTUNREACH macro
|
/third_party/libuv/include/uv/ |
D | errno.h | 155 #if defined(EHOSTUNREACH) && !defined(_WIN32) 156 # define UV__EHOSTUNREACH UV__ERR(EHOSTUNREACH)
|
/third_party/cares/ |
D | setup_once.h | 512 #undef EHOSTUNREACH /* override definition in errno.h */ 513 #define EHOSTUNREACH WSAEHOSTUNREACH macro
|
/third_party/node/deps/cares/src/lib/ |
D | setup_once.h | 512 #undef EHOSTUNREACH /* override definition in errno.h */ 513 #define EHOSTUNREACH WSAEHOSTUNREACH macro
|
/third_party/nghttp2/src/ |
D | shrpx_accept_handler.cc | 82 case EHOSTUNREACH: in accept_connection()
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 118 #define EHOSTUNREACH 148 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 164 #define EHOSTUNREACH 113 /* No route to host */ macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 118 #define EHOSTUNREACH 148 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 118 #define EHOSTUNREACH 148 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 115 #define EHOSTUNREACH 113 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 114 #define EHOSTUNREACH 113 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 114 #define EHOSTUNREACH 113 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 114 #define EHOSTUNREACH 113 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 115 #define EHOSTUNREACH 113 macro
|
/third_party/python/Modules/ |
D | errnomodule.c | 20 #undef EHOSTUNREACH 115 #ifdef EHOSTUNREACH in errno_exec() 116 add_errcode("EHOSTUNREACH", EHOSTUNREACH, "No route to host"); in errno_exec()
|
/third_party/uboot/u-boot-2020.01/include/linux/ |
D | errno.h | 121 #define EHOSTUNREACH 113 /* No route to host */ macro
|