Searched refs:mcast_link_local_address (Results 1 – 1 of 1) sorted by relevance
248 address_v6 mcast_link_local_address(mcast_link_local_bytes); in test() local263 BOOST_ASIO_CHECK(!mcast_link_local_address.is_loopback()); in test()275 BOOST_ASIO_CHECK(!mcast_link_local_address.is_unspecified()); in test()287 BOOST_ASIO_CHECK(!mcast_link_local_address.is_link_local()); in test()299 BOOST_ASIO_CHECK(!mcast_link_local_address.is_site_local()); in test()311 BOOST_ASIO_CHECK(!mcast_link_local_address.is_v4_mapped()); in test()324 BOOST_ASIO_CHECK(!mcast_link_local_address.is_v4_compatible()); in test()337 BOOST_ASIO_CHECK(mcast_link_local_address.is_multicast()); in test()349 BOOST_ASIO_CHECK(!mcast_link_local_address.is_multicast_global()); in test()361 BOOST_ASIO_CHECK(mcast_link_local_address.is_multicast_link_local()); in test()[all …]