Home
last modified time | relevance | path

Searched defs:socket6 (Results 1 – 10 of 10) sorted by relevance

/third_party/libuv/test/
Dtest-connect-unspecified.c38 uv_tcp_t socket6; in TEST_IMPL() local
/third_party/boost/libs/asio/test/local/
Ddatagram_protocol.cpp72 dp::socket socket6(ioc_ex, dp()); in test() local
Dstream_protocol.cpp80 sp::socket socket6(ioc_ex, sp()); in test() local
/third_party/boost/libs/asio/test/generic/
Draw_protocol.cpp84 rp::socket socket6(std::move(icmp_socket)); in test() local
Ddatagram_protocol.cpp84 dp::socket socket6(std::move(udp_socket)); in test() local
Dstream_protocol.cpp94 sp::socket socket6(std::move(tcp_socket)); in test() local
/third_party/glib/gio/
Dgsocketlistener.c439 GSocket *socket6; in g_socket_listener_add_inet_port() local
1056 GSocket *socket6 = NULL; in g_socket_listener_add_any_inet_port() local
/third_party/boost/libs/asio/test/ip/
Dicmp.cpp102 ip::icmp::socket socket6(ioc, ip::icmp::v4(), native_socket1); in test() local
Dudp.cpp118 ip::udp::socket socket6(ioc, ip::udp::v4(), native_socket1); in test() local
Dtcp.cpp255 ip::tcp::socket socket6(ioc, ip::tcp::v4(), native_socket1); in test() local