Home
last modified time | relevance | path

Searched refs:ENETDOWN (Results 1 - 25 of 103) sorted by relevance

12345

/third_party/rust/crates/nix/src/
H A Derrno.rs207 ENETDOWN => "Network is down",
1222 ENETDOWN = libc::ENETDOWN,
1367 libc::ENETDOWN => ENETDOWN,
1464 ENETDOWN = libc::ENETDOWN,
1582 libc::ENETDOWN => ENETDOWN,
1700 ENETDOWN
[all...]
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h83 #ifndef ENETDOWN
84 #define ENETDOWN (MHDW32ERRBASE+14) macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c63 ENETDOWN, "ENETDOWN", ENETDOWN}, {
H A D4-1.c58 ENETDOWN, "ENETDOWN"}, {
H A D3-1-buildonly.c49 static int dummy38 = ENETDOWN;
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h38 #undef ENETDOWN macro
39 #define ENETDOWN WSAENETDOWN macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A 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/curl/lib/
H A Dcurl_setup_once.h357 #undef ENETDOWN /* override definition in errno.h */ macro
358 #define ENETDOWN WSAENETDOWN macro
/third_party/libuv/include/uv/
H A Derrno.h215 #if defined(ENETDOWN) && !defined(_WIN32)
216 # define UV__ENETDOWN UV__ERR(ENETDOWN)
/third_party/node/deps/uv/include/uv/
H A Derrno.h215 #if defined(ENETDOWN) && !defined(_WIN32)
216 # define UV__ENETDOWN UV__ERR(ENETDOWN)
/third_party/python/Modules/
H A Derrnomodule.c25 #undef ENETDOWN macro
342 #ifdef ENETDOWN in errno_exec()
343 add_errcode("ENETDOWN", ENETDOWN, "Network is down"); in errno_exec()
346 add_errcode("ENETDOWN", WSAENETDOWN, "Network is down"); in errno_exec()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h102 #define ENETDOWN 100 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h102 #define ENETDOWN 100 macro
/third_party/nghttp2/src/
H A Dshrpx_accept_handler.cc75 case ENETDOWN: in accept_connection()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h102 #define ENETDOWN 100 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h101 #define ENETDOWN 100 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h102 #define ENETDOWN 100 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h151 #define ENETDOWN 100 /* Network is down */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h101 #define ENETDOWN 100 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h100 #define ENETDOWN 127 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h100 #define ENETDOWN 127 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h100 #define ENETDOWN 127 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h101 #define ENETDOWN 100 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h101 #define ENETDOWN 100 macro
/third_party/node/deps/cares/src/lib/
H A Dsetup_once.h399 # undef ENETDOWN /* override definition in errno.h */ macro
400 # define ENETDOWN WSAENETDOWN macro

Completed in 14 milliseconds

12345