Home
last modified time | relevance | path

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

/third_party/boost/libs/asio/test/generic/
Dstream_protocol.cpp119 Windows::Networking::Sockets::StreamSocket^ native_socket2 = nullptr; in test()
121 sp::socket::native_handle_type native_socket2 in test() local
124 socket1.assign(sp(af_inet, ipproto_tcp), native_socket2); in test()
Dseq_packet_protocol.cpp105 spp::socket::native_handle_type native_socket2 in test() local
107 socket1.assign(spp(af_inet, 0), native_socket2); in test()
Draw_protocol.cpp109 rp::socket::native_handle_type native_socket2 in test() local
111 socket1.assign(rp(af_inet, ipproto_icmp), native_socket2); in test()
Ddatagram_protocol.cpp109 dp::socket::native_handle_type native_socket2 in test() local
111 socket1.assign(dp(af_inet, ipproto_udp), native_socket2); in test()
/third_party/boost/libs/asio/test/local/
Dstream_protocol.cpp82 int native_socket2 = ::socket(AF_UNIX, SOCK_STREAM, 0); in test() local
83 sp::socket socket8(ioc_ex, sp(), native_socket2); in test()
Ddatagram_protocol.cpp74 int native_socket2 = ::socket(AF_UNIX, SOCK_DGRAM, 0); in test() local
75 dp::socket socket8(ioc_ex, dp(), native_socket2); in test()
/third_party/boost/libs/asio/test/ip/
Dicmp.cpp111 ip::icmp::socket::native_handle_type native_socket2 in test() local
113 ip::icmp::socket socket12(ioc_ex, ip::icmp::v4(), native_socket2); in test()
Dudp.cpp127 ip::udp::socket::native_handle_type native_socket2 in test() local
129 ip::udp::socket socket12(ioc_ex, ip::udp::v4(), native_socket2); in test()
Dtcp.cpp264 ip::tcp::socket::native_handle_type native_socket2 in test() local
266 ip::tcp::socket socket12(ioc_ex, ip::tcp::v4(), native_socket2); in test()