Searched refs:site_local_address (Results 1 – 1 of 1) sorted by relevance
235 address_v6 site_local_address(site_local_bytes); in test() local259 BOOST_ASIO_CHECK(!site_local_address.is_loopback()); in test()271 BOOST_ASIO_CHECK(!site_local_address.is_unspecified()); in test()283 BOOST_ASIO_CHECK(!site_local_address.is_link_local()); in test()295 BOOST_ASIO_CHECK(site_local_address.is_site_local()); in test()307 BOOST_ASIO_CHECK(!site_local_address.is_v4_mapped()); in test()320 BOOST_ASIO_CHECK(!site_local_address.is_v4_compatible()); in test()333 BOOST_ASIO_CHECK(!site_local_address.is_multicast()); in test()345 BOOST_ASIO_CHECK(!site_local_address.is_multicast_global()); in test()357 BOOST_ASIO_CHECK(!site_local_address.is_multicast_link_local()); in test()[all …]