Home
last modified time | relevance | path

Searched refs:EHOSTUNREACH (Results 1 – 25 of 54) sorted by relevance

123

/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h119 #ifndef EHOSTUNREACH
120 #define EHOSTUNREACH (MHDW32ERRBASE+26) macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Derrno.h121 #ifndef EHOSTUNREACH
122 #define EHOSTUNREACH 110 macro
/third_party/boost/boost/
Dcerrno.hpp57 #ifndef EHOSTUNREACH
58 #define EHOSTUNREACH 9911 macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h68 #undef EHOSTUNREACH
69 #define EHOSTUNREACH WSAEHOSTUNREACH macro
/third_party/glib/gio/
Dgioerror.c239 #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/
D3-2.c48 EHOSTUNREACH, "EHOSTUNREACH", EHOSTUNREACH}, {
D4-1.c43 EHOSTUNREACH, "EHOSTUNREACH"}, {
/third_party/lwip/src/api/
Derr.c53 EHOSTUNREACH, /* ERR_RTE -4 Routing problem. */
/third_party/skia/third_party/externals/microhttpd/src/platform/
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/curl/lib/
Dcurl_setup_once.h451 #undef EHOSTUNREACH /* override definition in errno.h */
452 #define EHOSTUNREACH WSAEHOSTUNREACH macro
/third_party/libuv/include/uv/
Derrno.h155 #if defined(EHOSTUNREACH) && !defined(_WIN32)
156 # define UV__EHOSTUNREACH UV__ERR(EHOSTUNREACH)
/third_party/cares/
Dsetup_once.h512 #undef EHOSTUNREACH /* override definition in errno.h */
513 #define EHOSTUNREACH WSAEHOSTUNREACH macro
/third_party/node/deps/cares/src/lib/
Dsetup_once.h512 #undef EHOSTUNREACH /* override definition in errno.h */
513 #define EHOSTUNREACH WSAEHOSTUNREACH macro
/third_party/nghttp2/src/
Dshrpx_accept_handler.cc82 case EHOSTUNREACH: in accept_connection()
/third_party/musl/arch/mips/bits/
Derrno.h118 #define EHOSTUNREACH 148 macro
/third_party/lwip/src/include/lwip/
Derrno.h164 #define EHOSTUNREACH 113 /* No route to host */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h118 #define EHOSTUNREACH 148 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h118 #define EHOSTUNREACH 148 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h115 #define EHOSTUNREACH 113 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h114 #define EHOSTUNREACH 113 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h114 #define EHOSTUNREACH 113 macro
/third_party/musl/arch/generic/bits/
Derrno.h114 #define EHOSTUNREACH 113 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h115 #define EHOSTUNREACH 113 macro
/third_party/python/Modules/
Derrnomodule.c20 #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/
Derrno.h121 #define EHOSTUNREACH 113 /* No route to host */ macro

123