Home
last modified time | relevance | path

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

/external/libcxx/include/
D__errc57 network_unreachable, // ENETUNREACH
154 network_unreachable = ENETUNREACH,
/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp94 network_unreachable = ASIO_SOCKET_ERROR(ENETUNREACH), enumerator
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp53 static_assert(static_cast<int>(std::errc::network_unreachable) == ENETUNREACH, ""); in main()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc130 MAP_ERR_TO_COND(WSAENETUNREACH, network_unreachable);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h538 network_unreachable = ENETUNREACH, enumerator