/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 65 ENETUNREACH, "ENETUNREACH", ENETUNREACH}, {
|
D | 4-1.c | 60 ENETUNREACH, "ENETUNREACH"}, {
|
D | 3-1-buildonly.c | 51 int dummy40 = ENETUNREACH;
|
/external/libcxx/include/ |
D | errno.h | 142 #ifndef ENETUNREACH 143 #define ENETUNREACH 9916 macro
|
D | __errc | 57 network_unreachable, // ENETUNREACH 154 network_unreachable = ENETUNREACH,
|
/external/webrtc/webrtc/base/ |
D | socket.h | 69 #undef ENETUNREACH 70 #define ENETUNREACH WSAENETUNREACH macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 167 #ifndef ENETUNREACH 168 #error ENETUNREACH not defined
|
/external/curl/lib/ |
D | curl_setup_once.h | 460 #undef ENETUNREACH /* override definition in errno.h */ 461 #define ENETUNREACH WSAENETUNREACH macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 340 # ifndef ENETUNREACH 341 # define ENETUNREACH 118 macro 538 network_unreachable = ENETUNREACH,
|
/external/strace/tests-mx32/ |
D | errno2name.c | 255 #ifdef ENETUNREACH in errno2name() 256 CASE(ENETUNREACH); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 255 #ifdef ENETUNREACH in errno2name() 256 CASE(ENETUNREACH); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 255 #ifdef ENETUNREACH in errno2name() 256 CASE(ENETUNREACH); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 84 #define ENETUNREACH 101 /* Network is unreachable */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 83 #define ENETUNREACH 128 /* Network is unreachable */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 107 ENETUNREACH = 128 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 109 #define ENETUNREACH 101 /* Network is unreachable */ macro
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 131 case ENETUNREACH: // Network unreachable in ErrnoToCode()
|
/external/u-boot/drivers/serial/ |
D | altera_jtag_uart.c | 45 return -ENETUNREACH; in altera_jtaguart_putc()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 112 ENETUNREACH = 128 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 332 #ifdef ENETUNREACH 333 { "ENETUNREACH", (unsigned long) ENETUNREACH },
|
/external/u-boot/lib/ |
D | errno_str.c | 115 ERRNO_MSG(ENETUNREACH, "Network is unreachable"),
|
/external/ltp/lib/ |
D | errnos.h | 134 PAIR(ENETUNREACH) in tst_strerrno()
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | error.hpp | 94 network_unreachable = ASIO_SOCKET_ERROR(ENETUNREACH),
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 27 #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/ |
D | error_codes.cc | 145 ERROR_ENTRY(ENETUNREACH), // Network is unreachable
|