Home
last modified time | relevance | path

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

12345

/third_party/rust/crates/nix/src/
Derrno.rs221 EHOSTUNREACH => "No route to host", in desc()
1235 EHOSTUNREACH = libc::EHOSTUNREACH, enumerator
1380 libc::EHOSTUNREACH => EHOSTUNREACH, in from_i32()
1479 EHOSTUNREACH = libc::EHOSTUNREACH, enumerator
1597 libc::EHOSTUNREACH => EHOSTUNREACH, in from_i32()
1715 EHOSTUNREACH = libc::EHOSTUNREACH, enumerator
1824 libc::EHOSTUNREACH => EHOSTUNREACH, in from_i32()
1932 EHOSTUNREACH = libc::EHOSTUNREACH, enumerator
2041 libc::EHOSTUNREACH => EHOSTUNREACH, in from_i32()
2147 EHOSTUNREACH = libc::EHOSTUNREACH, enumerator
[all …]
/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h119 #ifndef EHOSTUNREACH
120 #define EHOSTUNREACH (MHDW32ERRBASE+26) macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h68 #undef EHOSTUNREACH
69 #define EHOSTUNREACH WSAEHOSTUNREACH macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c48 EHOSTUNREACH, "EHOSTUNREACH", EHOSTUNREACH}, {
D4-1.c43 EHOSTUNREACH, "EHOSTUNREACH"}, {
/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.h389 #undef EHOSTUNREACH /* override definition in errno.h */
390 #define EHOSTUNREACH WSAEHOSTUNREACH macro
/third_party/lwip/src/api/
Derr.c53 EHOSTUNREACH, /* ERR_RTE -4 Routing problem. */
/third_party/node/deps/uv/include/uv/
Derrno.h155 #if defined(EHOSTUNREACH) && !defined(_WIN32)
156 # define UV__EHOSTUNREACH UV__ERR(EHOSTUNREACH)
/third_party/libuv/include/uv/
Derrno.h155 #if defined(EHOSTUNREACH) && !defined(_WIN32)
156 # define UV__EHOSTUNREACH UV__ERR(EHOSTUNREACH)
/third_party/node/deps/cares/src/lib/
Dsetup_once.h512 #undef EHOSTUNREACH /* override definition in errno.h */
513 #define EHOSTUNREACH WSAEHOSTUNREACH 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/nghttp2/src/
Dshrpx_accept_handler.cc82 case EHOSTUNREACH: in accept_connection()
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h114 #define EHOSTUNREACH 113 macro
/third_party/musl/arch/generic/bits/
Derrno.h114 #define EHOSTUNREACH 113 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h118 #define EHOSTUNREACH 148 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h115 #define EHOSTUNREACH 113 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h115 #define EHOSTUNREACH 113 macro
/third_party/musl/arch/mips/bits/
Derrno.h118 #define EHOSTUNREACH 148 macro
/third_party/musl/arch/mips64/bits/
Derrno.h118 #define EHOSTUNREACH 148 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h115 #define EHOSTUNREACH 113 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h114 #define EHOSTUNREACH 113 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h115 #define EHOSTUNREACH 113 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h114 #define EHOSTUNREACH 113 macro
/third_party/lwip/src/include/lwip/
Derrno.h164 #define EHOSTUNREACH 113 /* No route to host */ macro

12345