Home
last modified time | relevance | path

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

/third_party/boost/libs/asio/test/generic/
Dseq_packet_protocol.cpp154 spp::endpoint endpoint2 = socket1.local_endpoint(ec); in test() local
155 (void)endpoint2; in test()
Dstream_protocol.cpp174 sp::endpoint endpoint2 = socket1.local_endpoint(ec); in test() local
175 (void)endpoint2; in test()
Draw_protocol.cpp158 rp::endpoint endpoint2 = socket1.local_endpoint(ec); in test() local
159 (void)endpoint2; in test()
Ddatagram_protocol.cpp158 dp::endpoint endpoint2 = socket1.local_endpoint(ec); in test() local
159 (void)endpoint2; in test()
/third_party/boost/libs/asio/test/local/
Dstream_protocol.cpp144 sp::endpoint endpoint2 = socket1.local_endpoint(ec); in test() local
145 (void)endpoint2; in test()
Ddatagram_protocol.cpp136 dp::endpoint endpoint2 = socket1.local_endpoint(ec); in test() local
137 (void)endpoint2; in test()
/third_party/boost/libs/asio/test/ip/
Dtcp.cpp383 ip::tcp::endpoint endpoint2 = socket1.local_endpoint(ec); in test() local
384 (void)endpoint2; in test()
879 ip::tcp::endpoint endpoint2 = acceptor1.local_endpoint(ec); in test() local
880 (void)endpoint2; in test()
Dicmp.cpp230 ip::icmp::endpoint endpoint2 = socket1.local_endpoint(ec); in test() local
231 (void)endpoint2; in test()
Dudp.cpp246 ip::udp::endpoint endpoint2 = socket1.local_endpoint(ec); in test() local
247 (void)endpoint2; in test()