Home
last modified time | relevance | path

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

/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp91 network_reset = ASIO_SOCKET_ERROR(ENETRESET), enumerator
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp52 static_assert(static_cast<int>(std::errc::network_reset) == ENETRESET, ""); in main()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc129 MAP_ERR_TO_COND(WSAENETRESET, network_reset);
/external/libcxx/include/
Dsystem_error159 network_reset, // ENETRESET
303 network_reset = ENETRESET,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h537 network_reset = ENETRESET, enumerator