Home
last modified time | relevance | path

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

/third_party/boost/libs/asio/test/ip/
Dv6_only.cpp45 ip::v6_only v6_only1(true); in test() local
46 sock.set_option(v6_only1); in test()
49 v6_only1 = true; in test()
50 (void)static_cast<bool>(v6_only1); in test()
51 (void)static_cast<bool>(!v6_only1); in test()
52 (void)static_cast<bool>(v6_only1.value()); in test()
88 ip::v6_only v6_only1; in test() local
89 acceptor_v6.get_option(v6_only1, ec); in test()
91 bool have_dual_stack = !v6_only1.value(); in test()