Home
last modified time | relevance | path

Searched refs:host_unreachable (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp70 host_unreachable = ASIO_SOCKET_ERROR(EHOSTUNREACH), enumerator
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp41 static_assert(static_cast<int>(std::errc::host_unreachable) == EHOSTUNREACH, ""); in main()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc120 MAP_ERR_TO_COND(WSAEHOSTUNREACH, host_unreachable);
/external/libcxx/include/
Dsystem_error148 host_unreachable, // EHOSTUNREACH
292 host_unreachable = EHOSTUNREACH,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h526 host_unreachable = EHOSTUNREACH, enumerator