Searched refs:address_family_not_supported (Results 1 – 7 of 7) sorted by relevance
22 address_family_not_supported, // EAFNOSUPPORT119 address_family_not_supported = EAFNOSUPPORT,
38 address_family_not_supported = ASIO_SOCKET_ERROR(EAFNOSUPPORT), enumerator
18 static_assert(static_cast<int>(std::errc::address_family_not_supported) == EAFNOSUPPORT, ""); in main()
112 MAP_ERR_TO_COND(WSAEAFNOSUPPORT, address_family_not_supported);
499 address_family_not_supported = EAFNOSUPPORT, enumerator
399 return errc::address_family_not_supported; in GetTestEC()
1450 return asio::error::address_family_not_supported;