Searched refs:native_socket2 (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/asio/test/generic/ |
D | stream_protocol.cpp | 119 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()
|
D | seq_packet_protocol.cpp | 105 spp::socket::native_handle_type native_socket2 in test() local 107 socket1.assign(spp(af_inet, 0), native_socket2); in test()
|
D | raw_protocol.cpp | 109 rp::socket::native_handle_type native_socket2 in test() local 111 socket1.assign(rp(af_inet, ipproto_icmp), native_socket2); in test()
|
D | datagram_protocol.cpp | 109 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/ |
D | stream_protocol.cpp | 82 int native_socket2 = ::socket(AF_UNIX, SOCK_STREAM, 0); in test() local 83 sp::socket socket8(ioc_ex, sp(), native_socket2); in test()
|
D | datagram_protocol.cpp | 74 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/ |
D | icmp.cpp | 111 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()
|
D | udp.cpp | 127 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()
|
D | tcp.cpp | 264 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()
|