Searched refs:EHOSTUNREACH (Results 1 - 25 of 54) 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/bison/lib/
H A Dstrerror-override.c88 case EHOSTUNREACH:
174 /* WSAEHOSTUNREACH maps to EHOSTUNREACH */
H A Derrno.in.h119 # define EHOSTUNREACH 110 macro
/external/kernel-headers/original/uapi/asm-generic/
H A Derrno.h95 #define EHOSTUNREACH 113 /* No route to host */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Derrno.h101 #define EHOSTUNREACH 148 /* No route to host */ macro
/external/libxml2/include/
H A Dwsockcompat.h72 #define EHOSTUNREACH WSAEHOSTUNREACH 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/c-ares/
H A Dsetup_once.h449 #undef EHOSTUNREACH /* override definition in errno.h */ macro
450 #define EHOSTUNREACH WSAEHOSTUNREACH macro
/external/curl/lib/
H A Dcurl_setup_once.h519 #undef EHOSTUNREACH /* override definition in errno.h */ macro
520 #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.c146 #ifdef EHOSTUNREACH
147 CASE(EHOSTUNREACH);
/external/strace/tests-m32/
H A Derrno2name.c146 #ifdef EHOSTUNREACH
147 CASE(EHOSTUNREACH);
/external/strace/tests-mx32/
H A Derrno2name.c146 #ifdef EHOSTUNREACH
147 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)

Completed in 1773 milliseconds

123