Searched refs:ep_v6 (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/asio/test/ip/ |
D | v6_only.cpp | 78 ip::tcp::endpoint ep_v6(ip::address_v6::loopback(), 0); in test() local 80 acceptor_v6.open(ep_v6.protocol(), ec); in test() 81 acceptor_v6.bind(ep_v6, ec); in test() 84 acceptor_v6.open(ep_v6.protocol(), ec); in test()
|
D | unicast.cpp | 81 ip::udp::endpoint ep_v6(ip::address_v6::loopback(), 0); in test() local 83 sock_v6.open(ep_v6.protocol(), ec); in test() 84 sock_v6.bind(ep_v6, ec); in test()
|
D | multicast.cpp | 128 ip::udp::endpoint ep_v6(ip::address_v6::loopback(), 0); in test() local 130 sock_v6.open(ep_v6.protocol(), ec); in test() 131 sock_v6.bind(ep_v6, ec); in test()
|