Searched refs:EHOSTUNREACH (Results 1 - 25 of 53) sorted by relevance

123

/external/syslinux/gpxe/src/hci/
H A Dwireless_errors.c64 { EHOSTUNREACH, "Unspecified, QoS-related failure" },
65 { EHOSTUNREACH | EUNIQ_01, "Association denied; QoS AP out of QoS resources" },
66 { EHOSTUNREACH | EUNIQ_02, "Association denied due to excessively poor link" },
67 { EHOSTUNREACH | EUNIQ_03, "Association denied; QoS support required" },
68 { EHOSTUNREACH | EUNIQ_05, "The request has been declined" },
69 { EHOSTUNREACH | EUNIQ_06, "Request unsuccessful due to invalid parameters" },
70 { EHOSTUNREACH | EUNIQ_07, "TS not created due to bad specification" },
71 { EHOSTUNREACH | EUNIQ_08, "Invalid information element" },
72 { EHOSTUNREACH | EUNIQ_09, "Invalid group cipher" },
73 { EHOSTUNREACH | EUNIQ_0
[all...]
/external/libmicrohttpd/src/include/
H A Dw32functions.h119 #ifndef EHOSTUNREACH
120 #define EHOSTUNREACH (MHDW32ERRBASE+26) macro
/external/libcxx/include/
H A Derrno.h122 #ifndef EHOSTUNREACH
123 #define EHOSTUNREACH 9911 macro
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c48 EHOSTUNREACH, "EHOSTUNREACH", EHOSTUNREACH}, {
H A D4-1.c43 EHOSTUNREACH, "EHOSTUNREACH"}, {
H A D3-1-buildonly.c34 int dummy23 = EHOSTUNREACH;
/external/kernel-headers/original/uapi/asm-generic/
H A Derrno.h96 #define EHOSTUNREACH 113 /* No route to host */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Derrno.h102 #define EHOSTUNREACH 148 /* No route to host */ macro
/external/webrtc/webrtc/base/
H A Dsocket.h97 #undef EHOSTUNREACH macro
98 #define EHOSTUNREACH WSAEHOSTUNREACH macro
/external/python/cpython2/Lib/plat-irix5/
H A DERRNO.py119 EHOSTUNREACH = 148 variable
/external/syslinux/com32/include/
H A Derrno.h120 #define EHOSTUNREACH 113 /* No route to host */ macro
/external/libmicrohttpd/src/platform/
H A Dw32functions.c79 case WSAEHOSTUNREACH: return EHOSTUNREACH;
172 case EHOSTUNREACH:
507 case EHOSTUNREACH:
/external/python/cpython2/Lib/plat-irix6/
H A DERRNO.py124 EHOSTUNREACH = 148 variable
/external/syslinux/core/lwip/src/include/lwip/
H A Darch.h193 #define EHOSTUNREACH 113 /* No route to host */ macro
/external/tensorflow/tensorflow/core/platform/posix/
H A Derror.cc128 case EHOSTUNREACH: // Host is unreachable
/external/curl/lib/
H A Dcurl_setup_once.h505 #undef EHOSTUNREACH /* override definition in errno.h */ macro
506 #define EHOSTUNREACH WSAEHOSTUNREACH macro
/external/libcxx/test/std/diagnostics/errno/
H A Dcerrno.pass.cpp103 #ifndef EHOSTUNREACH
104 #error EHOSTUNREACH not defined
/external/strace/tests/
H A Derrno2name.c147 #ifdef EHOSTUNREACH
148 CASE(EHOSTUNREACH);
/external/strace/tests-m32/
H A Derrno2name.c147 #ifdef EHOSTUNREACH
148 CASE(EHOSTUNREACH);
/external/strace/tests-mx32/
H A Derrno2name.c147 #ifdef EHOSTUNREACH
148 CASE(EHOSTUNREACH);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Dsystem_error.h147 host_unreachable, // EHOSTUNREACH
304 # ifndef EHOSTUNREACH
305 # define EHOSTUNREACH 110 macro
526 host_unreachable = EHOSTUNREACH,
/external/ltp/lib/
H A Derrnos.h146 PAIR(EHOSTUNREACH)
/external/parameter-framework/asio/include/asio/
H A Derror.hpp70 host_unreachable = ASIO_SOCKET_ERROR(EHOSTUNREACH),
/external/parameter-framework/asio-1.10.6/include/asio/
H A Derror.hpp70 host_unreachable = ASIO_SOCKET_ERROR(EHOSTUNREACH),
/external/minijail/linux-x86/
H A Dlibconstants.gen.c230 #ifdef EHOSTUNREACH
231 { "EHOSTUNREACH", (unsigned long) EHOSTUNREACH },
232 #endif // EHOSTUNREACH

Completed in 182 milliseconds

123