/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/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 84 #define ENETUNREACH 101 /* Network is unreachable */ macro
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | errno.h | 108 #define ENETUNREACH 51 /* Network is unreachable */ macro
|
/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/elfutils/debuginfod/ |
D | debuginfod-client.c | 453 rc = -ENETUNREACH; in debuginfod_query_server() 470 rc = -ENETUNREACH; in debuginfod_query_server() 574 default: rc = -ENETUNREACH; break; in debuginfod_query_server()
|
/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/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 112 ENETUNREACH = 128 variable
|
/external/u-boot/drivers/serial/ |
D | altera_jtag_uart.c | 45 return -ENETUNREACH; in altera_jtaguart_putc()
|
/external/tensorflow/tensorflow/core/platform/ |
D | error.cc | 132 case ENETUNREACH: // Network unreachable in ErrnoToCode()
|
/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/minijail/linux-x86/ |
D | libconstants.gen.c | 340 #ifdef ENETUNREACH 341 {"ENETUNREACH", (unsigned long)ENETUNREACH},
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | error.hpp | 94 network_unreachable = ASIO_SOCKET_ERROR(ENETUNREACH),
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 145 ERROR_ENTRY(ENETUNREACH), // Network is unreachable
|
/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()
|