Home
last modified time | relevance | path

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

/third_party/boost/libs/asio/test/ip/
Dv6_only.cpp79 ip::tcp::acceptor acceptor_v6(ioc); in test() local
80 acceptor_v6.open(ep_v6.protocol(), ec); in test()
81 acceptor_v6.bind(ep_v6, ec); in test()
83 acceptor_v6.close(ec); in test()
84 acceptor_v6.open(ep_v6.protocol(), ec); in test()
89 acceptor_v6.get_option(v6_only1, ec); in test()
99 acceptor_v6.set_option(v6_only2, ec); in test()
103 acceptor_v6.get_option(v6_only3, ec); in test()
113 acceptor_v6.set_option(v6_only4, ec); in test()
117 acceptor_v6.get_option(v6_only5, ec); in test()