Home
last modified time | relevance | path

Searched refs:ENETDOWN (Results 1 – 25 of 110) sorted by relevance

12345

/third_party/rust/crates/nix/src/
Derrno.rs207 ENETDOWN => "Network is down", in desc()
1222 ENETDOWN = libc::ENETDOWN, enumerator
1367 libc::ENETDOWN => ENETDOWN, in from_i32()
1464 ENETDOWN = libc::ENETDOWN, enumerator
1582 libc::ENETDOWN => ENETDOWN, in from_i32()
1700 ENETDOWN = libc::ENETDOWN, enumerator
1809 libc::ENETDOWN => ENETDOWN, in from_i32()
1917 ENETDOWN = libc::ENETDOWN, enumerator
2026 libc::ENETDOWN => ENETDOWN, in from_i32()
2132 ENETDOWN = libc::ENETDOWN, enumerator
[all …]
/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h83 #ifndef ENETDOWN
84 #define ENETDOWN (MHDW32ERRBASE+14) macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h38 #undef ENETDOWN
39 #define ENETDOWN WSAENETDOWN macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c63 ENETDOWN, "ENETDOWN", ENETDOWN}, {
D4-1.c58 ENETDOWN, "ENETDOWN"}, {
D3-1-buildonly.c49 static int dummy38 = ENETDOWN;
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c64 case WSAENETDOWN: return ENETDOWN; in MHD_W32_errno_from_winsock_()
144 case ENETDOWN: in MHD_W32_strerror_()
462 case ENETDOWN: in MHD_W32_set_last_winsock_error_()
/third_party/libuv/include/uv/
Derrno.h215 #if defined(ENETDOWN) && !defined(_WIN32)
216 # define UV__ENETDOWN UV__ERR(ENETDOWN)
/third_party/node/deps/cares/src/lib/
Dsetup_once.h484 #undef ENETDOWN /* override definition in errno.h */
485 #define ENETDOWN WSAENETDOWN macro
/third_party/python/Modules/
Derrnomodule.c25 #undef ENETDOWN
338 #ifdef ENETDOWN in errno_exec()
339 add_errcode("ENETDOWN", ENETDOWN, "Network is down"); in errno_exec()
/third_party/nghttp2/src/
Dshrpx_accept_handler.cc75 case ENETDOWN: in accept_connection()
/third_party/lwip/src/include/lwip/
Derrno.h151 #define ENETDOWN 100 /* Network is down */ macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h102 #define ENETDOWN 100 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h101 #define ENETDOWN 100 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h101 #define ENETDOWN 100 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h100 #define ENETDOWN 127 macro
/third_party/musl/arch/mips64/bits/
Derrno.h100 #define ENETDOWN 127 macro
/third_party/musl/arch/mips/bits/
Derrno.h100 #define ENETDOWN 127 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h101 #define ENETDOWN 100 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h102 #define ENETDOWN 100 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h102 #define ENETDOWN 100 macro
/third_party/musl/arch/generic/bits/
Derrno.h101 #define ENETDOWN 100 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h102 #define ENETDOWN 100 macro
/third_party/musl/libc-test/src/api/
Derrno.c45 C(ENETDOWN) in f()
/third_party/musl/porting/liteos_m/kernel/src/errno/
D__strerror.h88 E(ENETDOWN, "Network is down")

12345