Home
last modified time | relevance | path

Searched refs:EHOSTDOWN (Results 1 - 25 of 87) sorted by relevance

1234

/third_party/rust/crates/nix/src/
H A Derrno.rs220 EHOSTDOWN => "Host is down",
1234 EHOSTDOWN = libc::EHOSTDOWN,
1379 libc::EHOSTDOWN => EHOSTDOWN,
1478 EHOSTDOWN = libc::EHOSTDOWN,
1596 libc::EHOSTDOWN => EHOSTDOWN,
1714 EHOSTDOWN
[all...]
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h116 #ifndef EHOSTDOWN
117 #define EHOSTDOWN (MHDW32ERRBASE+25) macro
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h66 #undef EHOSTDOWN macro
67 #define EHOSTDOWN WSAEHOSTDOWN macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c78 case WSAEHOSTDOWN: return EHOSTDOWN; in MHD_W32_errno_from_winsock_()
170 case EHOSTDOWN: in MHD_W32_strerror_()
504 case EHOSTDOWN: in MHD_W32_set_last_winsock_error_()
/third_party/libuv/include/uv/
H A Derrno.h407 /* EHOSTDOWN is not visible on BSD-like systems when _POSIX_C_SOURCE is
411 #if defined(EHOSTDOWN) && !defined(_WIN32)
412 # define UV__EHOSTDOWN UV__ERR(EHOSTDOWN)
/third_party/node/deps/uv/include/uv/
H A Derrno.h407 /* EHOSTDOWN is not visible on BSD-like systems when _POSIX_C_SOURCE is
411 #if defined(EHOSTDOWN) && !defined(_WIN32)
412 # define UV__EHOSTDOWN UV__ERR(EHOSTDOWN)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h114 #define EHOSTDOWN 112 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h114 #define EHOSTDOWN 112 macro
/third_party/nghttp2/src/
H A Dshrpx_accept_handler.cc78 case EHOSTDOWN: in accept_connection()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h114 #define EHOSTDOWN 112 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h113 #define EHOSTDOWN 112 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h114 #define EHOSTDOWN 112 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h163 #define EHOSTDOWN 112 /* Host is down */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h113 #define EHOSTDOWN 112 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h117 #define EHOSTDOWN 147 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h117 #define EHOSTDOWN 147 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h117 #define EHOSTDOWN 147 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h113 #define EHOSTDOWN 112 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h113 #define EHOSTDOWN 112 macro
/third_party/ltp/lib/
H A Derrnos.h145 PAIR(EHOSTDOWN) in tst_strerrno()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Derrno.rs114 pub const EHOSTDOWN: u32 = 112; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Derrno.rs114 pub const EHOSTDOWN: u32 = 112; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Derrno.rs114 pub const EHOSTDOWN: u32 = 112; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Derrno.rs120 pub const EHOSTDOWN: u32 = 147; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Derrno.rs114 pub const EHOSTDOWN: u32 = 112; consts

Completed in 19 milliseconds

1234