Home
last modified time | relevance | path

Searched refs:ENETUNREACH (Results 1 – 25 of 74) sorted by relevance

123

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c65 ENETUNREACH, "ENETUNREACH", ENETUNREACH}, {
D4-1.c60 ENETUNREACH, "ENETUNREACH"}, {
D3-1-buildonly.c51 int dummy40 = ENETUNREACH;
/external/libcxx/include/
Derrno.h142 #ifndef ENETUNREACH
143 #define ENETUNREACH 9916 macro
D__errc57 network_unreachable, // ENETUNREACH
154 network_unreachable = ENETUNREACH,
/external/webrtc/webrtc/base/
Dsocket.h69 #undef ENETUNREACH
70 #define ENETUNREACH WSAENETUNREACH macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp167 #ifndef ENETUNREACH
168 #error ENETUNREACH not defined
/external/curl/lib/
Dcurl_setup_once.h460 #undef ENETUNREACH /* override definition in errno.h */
461 #define ENETUNREACH WSAENETUNREACH macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h340 # ifndef ENETUNREACH
341 # define ENETUNREACH 118 macro
538 network_unreachable = ENETUNREACH,
/external/strace/tests-mx32/
Derrno2name.c255 #ifdef ENETUNREACH in errno2name()
256 CASE(ENETUNREACH); in errno2name()
/external/strace/tests-m32/
Derrno2name.c255 #ifdef ENETUNREACH in errno2name()
256 CASE(ENETUNREACH); in errno2name()
/external/strace/tests/
Derrno2name.c255 #ifdef ENETUNREACH in errno2name()
256 CASE(ENETUNREACH); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h84 #define ENETUNREACH 101 /* Network is unreachable */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h83 #define ENETUNREACH 128 /* Network is unreachable */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py107 ENETUNREACH = 128 variable
/external/u-boot/include/linux/
Derrno.h109 #define ENETUNREACH 101 /* Network is unreachable */ macro
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc131 case ENETUNREACH: // Network unreachable in ErrnoToCode()
/external/u-boot/drivers/serial/
Daltera_jtag_uart.c45 return -ENETUNREACH; in altera_jtaguart_putc()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py112 ENETUNREACH = 128 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c332 #ifdef ENETUNREACH
333 { "ENETUNREACH", (unsigned long) ENETUNREACH },
/external/u-boot/lib/
Derrno_str.c115 ERRNO_MSG(ENETUNREACH, "Network is unreachable"),
/external/ltp/lib/
Derrnos.h134 PAIR(ENETUNREACH) in tst_strerrno()
/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp94 network_unreachable = ASIO_SOCKET_ERROR(ENETUNREACH),
/external/python/cpython3/Modules/
Derrnomodule.c27 #undef ENETUNREACH
524 #ifdef ENETUNREACH in PyInit_errno()
525 inscode(d, ds, de, "ENETUNREACH", ENETUNREACH, "Network is unreachable"); in PyInit_errno()
/external/libbrillo/brillo/errors/
Derror_codes.cc145 ERROR_ENTRY(ENETUNREACH), // Network is unreachable

123