/third_party/rust/crates/nix/src/ |
D | errno.rs | 207 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/ |
D | w32functions.h | 83 #ifndef ENETDOWN 84 #define ENETDOWN (MHDW32ERRBASE+14) macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 38 #undef ENETDOWN 39 #define ENETDOWN WSAENETDOWN macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 63 ENETDOWN, "ENETDOWN", ENETDOWN}, {
|
D | 4-1.c | 58 ENETDOWN, "ENETDOWN"}, {
|
D | 3-1-buildonly.c | 49 static int dummy38 = ENETDOWN;
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
D | w32functions.c | 64 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/ |
D | errno.h | 215 #if defined(ENETDOWN) && !defined(_WIN32) 216 # define UV__ENETDOWN UV__ERR(ENETDOWN)
|
/third_party/node/deps/cares/src/lib/ |
D | setup_once.h | 484 #undef ENETDOWN /* override definition in errno.h */ 485 #define ENETDOWN WSAENETDOWN macro
|
/third_party/python/Modules/ |
D | errnomodule.c | 25 #undef ENETDOWN 338 #ifdef ENETDOWN in errno_exec() 339 add_errcode("ENETDOWN", ENETDOWN, "Network is down"); in errno_exec()
|
/third_party/nghttp2/src/ |
D | shrpx_accept_handler.cc | 75 case ENETDOWN: in accept_connection()
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 151 #define ENETDOWN 100 /* Network is down */ macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | errno.h | 102 #define ENETDOWN 100 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 101 #define ENETDOWN 100 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | errno.h | 101 #define ENETDOWN 100 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 100 #define ENETDOWN 127 macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 100 #define ENETDOWN 127 macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 100 #define ENETDOWN 127 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 101 #define ENETDOWN 100 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 102 #define ENETDOWN 100 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 102 #define ENETDOWN 100 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 101 #define ENETDOWN 100 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | errno.h | 102 #define ENETDOWN 100 macro
|
/third_party/musl/libc-test/src/api/ |
D | errno.c | 45 C(ENETDOWN) in f()
|
/third_party/musl/porting/liteos_m/kernel/src/errno/ |
D | __strerror.h | 88 E(ENETDOWN, "Network is down")
|