Searched refs:v6_only4 (Results 1 – 1 of 1) sorted by relevance
109 ip::v6_only v6_only4(true); in test() local110 BOOST_ASIO_CHECK(v6_only4.value()); in test()111 BOOST_ASIO_CHECK(static_cast<bool>(v6_only4)); in test()112 BOOST_ASIO_CHECK(!!v6_only4); in test()113 acceptor_v6.set_option(v6_only4, ec); in test()