Home
last modified time | relevance | path

Searched refs:address_family_not_supported (Results 1 – 7 of 7) sorted by relevance

/external/libcxx/include/
D__errc22 address_family_not_supported, // EAFNOSUPPORT
119 address_family_not_supported = EAFNOSUPPORT,
/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp38 address_family_not_supported = ASIO_SOCKET_ERROR(EAFNOSUPPORT), enumerator
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp18 static_assert(static_cast<int>(std::errc::address_family_not_supported) == EAFNOSUPPORT, ""); in main()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc112 MAP_ERR_TO_COND(WSAEAFNOSUPPORT, address_family_not_supported);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h499 address_family_not_supported = EAFNOSUPPORT, enumerator
/external/libcxx/test/support/
Dfilesystem_test_helper.hpp399 return errc::address_family_not_supported; in GetTestEC()
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dsocket_ops.ipp1450 return asio::error::address_family_not_supported;