Home
last modified time | relevance | path

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

/third_party/boost/libs/asio/test/ip/
Daddress_v6.cpp246 address_v6 mcast_global_address(mcast_global_bytes); in test() local
262 BOOST_ASIO_CHECK(!mcast_global_address.is_loopback()); in test()
274 BOOST_ASIO_CHECK(!mcast_global_address.is_unspecified()); in test()
286 BOOST_ASIO_CHECK(!mcast_global_address.is_link_local()); in test()
298 BOOST_ASIO_CHECK(!mcast_global_address.is_site_local()); in test()
310 BOOST_ASIO_CHECK(!mcast_global_address.is_v4_mapped()); in test()
323 BOOST_ASIO_CHECK(!mcast_global_address.is_v4_compatible()); in test()
336 BOOST_ASIO_CHECK(mcast_global_address.is_multicast()); in test()
348 BOOST_ASIO_CHECK(mcast_global_address.is_multicast_global()); in test()
360 BOOST_ASIO_CHECK(!mcast_global_address.is_multicast_link_local()); in test()
[all …]