Home
last modified time | relevance | path

Searched refs:ENETUNREACH (Results 1 – 25 of 120) sorted by relevance

12345

/third_party/rust/crates/nix/src/
Derrno.rs208 ENETUNREACH => "Network is unreachable", in desc()
1223 ENETUNREACH = libc::ENETUNREACH, enumerator
1368 libc::ENETUNREACH => ENETUNREACH, in from_i32()
1465 ENETUNREACH = libc::ENETUNREACH, enumerator
1583 libc::ENETUNREACH => ENETUNREACH, in from_i32()
1701 ENETUNREACH = libc::ENETUNREACH, enumerator
1810 libc::ENETUNREACH => ENETUNREACH, in from_i32()
1918 ENETUNREACH = libc::ENETUNREACH, enumerator
2027 libc::ENETUNREACH => ENETUNREACH, in from_i32()
2133 ENETUNREACH = libc::ENETUNREACH, enumerator
[all …]
/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h86 #ifndef ENETUNREACH
87 #define ENETUNREACH (MHDW32ERRBASE+15) macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h40 #undef ENETUNREACH
41 #define ENETUNREACH WSAENETUNREACH macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c65 ENETUNREACH, "ENETUNREACH", ENETUNREACH}, {
D4-1.c60 ENETUNREACH, "ENETUNREACH"}, {
D3-1-buildonly.c51 static int dummy40 = ENETUNREACH;
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c65 case WSAENETUNREACH: return ENETUNREACH; in MHD_W32_errno_from_winsock_()
146 case ENETUNREACH: in MHD_W32_strerror_()
465 case ENETUNREACH: in MHD_W32_set_last_winsock_error_()
/third_party/curl/lib/
Dcurl_setup_once.h363 #undef ENETUNREACH /* override definition in errno.h */
364 #define ENETUNREACH WSAENETUNREACH macro
/third_party/node/deps/uv/include/uv/
Derrno.h221 #if defined(ENETUNREACH) && !defined(_WIN32)
222 # define UV__ENETUNREACH UV__ERR(ENETUNREACH)
/third_party/libuv/include/uv/
Derrno.h221 #if defined(ENETUNREACH) && !defined(_WIN32)
222 # define UV__ENETUNREACH UV__ERR(ENETUNREACH)
/third_party/node/deps/cares/src/lib/
Dsetup_once.h486 #undef ENETUNREACH /* override definition in errno.h */
487 #define ENETUNREACH WSAENETUNREACH macro
/third_party/python/Modules/
Derrnomodule.c27 #undef ENETUNREACH
515 #ifdef ENETUNREACH in errno_exec()
516 add_errcode("ENETUNREACH", ENETUNREACH, "Network is unreachable"); in errno_exec()
/third_party/nghttp2/src/
Dshrpx_accept_handler.cc84 case ENETUNREACH: in accept_connection()
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h102 #define ENETUNREACH 101 macro
/third_party/musl/arch/generic/bits/
Derrno.h102 #define ENETUNREACH 101 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h101 #define ENETUNREACH 128 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h103 #define ENETUNREACH 101 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h103 #define ENETUNREACH 101 macro
/third_party/musl/arch/mips/bits/
Derrno.h101 #define ENETUNREACH 128 macro
/third_party/musl/arch/mips64/bits/
Derrno.h101 #define ENETUNREACH 128 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h103 #define ENETUNREACH 101 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h102 #define ENETUNREACH 101 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h103 #define ENETUNREACH 101 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h102 #define ENETUNREACH 101 macro
/third_party/lwip/src/include/lwip/
Derrno.h152 #define ENETUNREACH 101 /* Network is unreachable */ macro

12345