/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 208 ENETUNREACH => "Network is unreachable", 1223 ENETUNREACH = libc::ENETUNREACH, 1368 libc::ENETUNREACH => ENETUNREACH, 1465 ENETUNREACH = libc::ENETUNREACH, 1583 libc::ENETUNREACH => ENETUNREACH, 1701 ENETUNREACH [all...] |
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | w32functions.h | 86 #ifndef ENETUNREACH 87 #define ENETUNREACH (MHDW32ERRBASE+15) macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 65 ENETUNREACH, "ENETUNREACH", ENETUNREACH}, {
|
H A D | 4-1.c | 60 ENETUNREACH, "ENETUNREACH"}, {
|
H A D | 3-1-buildonly.c | 51 static int dummy40 = ENETUNREACH;
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 40 #undef ENETUNREACH macro 41 #define ENETUNREACH WSAENETUNREACH macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A D | w32functions.c | 65 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/ |
H A D | curl_setup_once.h | 359 #undef ENETUNREACH /* override definition in errno.h */ macro 360 #define ENETUNREACH WSAENETUNREACH macro
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 221 #if defined(ENETUNREACH) && !defined(_WIN32) 222 # define UV__ENETUNREACH UV__ERR(ENETUNREACH)
|
/third_party/node/deps/uv/include/uv/ |
H A D | errno.h | 221 #if defined(ENETUNREACH) && !defined(_WIN32) 222 # define UV__ENETUNREACH UV__ERR(ENETUNREACH)
|
/third_party/python/Modules/ |
H A D | errnomodule.c | 27 #undef ENETUNREACH macro 519 #ifdef ENETUNREACH in errno_exec() 520 add_errcode("ENETUNREACH", ENETUNREACH, "Network is unreachable"); in errno_exec() 523 add_errcode("ENETUNREACH", WSAENETUNREACH, "Network is unreachable"); in errno_exec()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 103 #define ENETUNREACH 101 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 103 #define ENETUNREACH 101 macro
|
/third_party/nghttp2/src/ |
H A D | shrpx_accept_handler.cc | 84 case ENETUNREACH: in accept_connection()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 103 #define ENETUNREACH 101 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 102 #define ENETUNREACH 101 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 103 #define ENETUNREACH 101 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 152 #define ENETUNREACH 101 /* Network is unreachable */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 102 #define ENETUNREACH 101 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 101 #define ENETUNREACH 128 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 101 #define ENETUNREACH 128 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 101 #define ENETUNREACH 128 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 102 #define ENETUNREACH 101 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 102 #define ENETUNREACH 101 macro
|
/third_party/node/deps/cares/src/lib/ |
H A D | setup_once.h | 401 # undef ENETUNREACH /* override definition in errno.h */ macro 402 # define ENETUNREACH WSAENETUNREACH macro
|