Searched refs:address_family_not_supported (Results 1 – 4 of 4) sorted by relevance
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()
119 address_family_not_supported, // EAFNOSUPPORT251 address_family_not_supported = EAFNOSUPPORT,
1450 return asio::error::address_family_not_supported;