Home
last modified time | relevance | path

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

/third_party/boost/libs/asio/test/ip/
Dv6_only.cpp78 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()
Dunicast.cpp81 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()
Dmulticast.cpp128 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()