Home
last modified time | relevance | path

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

/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp61 connection_reset = ASIO_SOCKET_ERROR(ECONNRESET), enumerator
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp31 static_assert(static_cast<int>(std::errc::connection_reset) == ECONNRESET, ""); in main()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc117 MAP_ERR_TO_COND(WSAECONNRESET, connection_reset);
/external/libcxx/include/
Dsystem_error138 connection_reset, // ECONNRESET
282 connection_reset = ECONNRESET,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h516 connection_reset = ECONNRESET, enumerator