Home
last modified time | relevance | path

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

/third_party/boost/libs/asio/test/ip/
Daddress_v6.cpp228 address_v6 unspecified_address; in test() local
256 BOOST_ASIO_CHECK(!unspecified_address.is_loopback()); in test()
268 BOOST_ASIO_CHECK(unspecified_address.is_unspecified()); in test()
280 BOOST_ASIO_CHECK(!unspecified_address.is_link_local()); in test()
292 BOOST_ASIO_CHECK(!unspecified_address.is_site_local()); in test()
304 BOOST_ASIO_CHECK(!unspecified_address.is_v4_mapped()); in test()
317 BOOST_ASIO_CHECK(!unspecified_address.is_v4_compatible()); in test()
330 BOOST_ASIO_CHECK(!unspecified_address.is_multicast()); in test()
342 BOOST_ASIO_CHECK(!unspecified_address.is_multicast_global()); in test()
354 BOOST_ASIO_CHECK(!unspecified_address.is_multicast_link_local()); in test()
[all …]