Home
last modified time | relevance | path

Searched refs:EHOSTUNREACH (Results 1 – 25 of 58) sorted by relevance

123

/external/syslinux/gpxe/src/hci/
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_0A, "Invalid pairwise cipher" },
[all …]
/external/libmicrohttpd/src/include/
Dw32functions.h119 #ifndef EHOSTUNREACH
120 #define EHOSTUNREACH (MHDW32ERRBASE+26) macro
/external/libcxx/include/
Derrno.h122 #ifndef EHOSTUNREACH
123 #define EHOSTUNREACH 9911 macro
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c48 EHOSTUNREACH, "EHOSTUNREACH", EHOSTUNREACH}, {
D4-1.c43 EHOSTUNREACH, "EHOSTUNREACH"}, {
D3-1-buildonly.c34 int dummy23 = EHOSTUNREACH;
/external/libmicrohttpd/src/platform/
Dw32functions.c79 case WSAEHOSTUNREACH: return EHOSTUNREACH; in MHD_W32_errno_from_winsock_()
172 case EHOSTUNREACH: in MHD_W32_strerror_()
507 case EHOSTUNREACH: in MHD_W32_set_last_winsock_error_()
/external/webrtc/webrtc/base/
Dsocket.h97 #undef EHOSTUNREACH
98 #define EHOSTUNREACH WSAEHOSTUNREACH macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp103 #ifndef EHOSTUNREACH
104 #error EHOSTUNREACH not defined
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h304 # ifndef EHOSTUNREACH
305 # define EHOSTUNREACH 110 macro
526 host_unreachable = EHOSTUNREACH,
/external/strace/tests-mx32/
Derrno2name.c147 #ifdef EHOSTUNREACH in errno2name()
148 CASE(EHOSTUNREACH); in errno2name()
/external/strace/tests-m32/
Derrno2name.c147 #ifdef EHOSTUNREACH in errno2name()
148 CASE(EHOSTUNREACH); in errno2name()
/external/strace/tests/
Derrno2name.c147 #ifdef EHOSTUNREACH in errno2name()
148 CASE(EHOSTUNREACH); in errno2name()
/external/curl/lib/
Dcurl_setup_once.h505 #undef EHOSTUNREACH /* override definition in errno.h */
506 #define EHOSTUNREACH WSAEHOSTUNREACH macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h96 #define EHOSTUNREACH 113 /* No route to host */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h102 #define EHOSTUNREACH 148 /* No route to host */ macro
/external/syslinux/com32/include/
Derrno.h120 #define EHOSTUNREACH 113 /* No route to host */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py119 EHOSTUNREACH = 148 variable
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py124 EHOSTUNREACH = 148 variable
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc128 case EHOSTUNREACH: // Host is unreachable in ErrnoToCode()
/external/syslinux/core/lwip/src/include/lwip/
Darch.h193 #define EHOSTUNREACH 113 /* No route to host */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c230 #ifdef EHOSTUNREACH
231 { "EHOSTUNREACH", (unsigned long) EHOSTUNREACH },
/external/ltp/lib/
Derrnos.h146 PAIR(EHOSTUNREACH) in tst_strerrno()
/external/python/cpython3/Modules/
Derrnomodule.c20 #undef EHOSTUNREACH
124 #ifdef EHOSTUNREACH in PyInit_errno()
125 inscode(d, ds, de, "EHOSTUNREACH", EHOSTUNREACH, "No route to host"); in PyInit_errno()
/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp70 host_unreachable = ASIO_SOCKET_ERROR(EHOSTUNREACH),

123