Home
last modified time | relevance | path

Searched defs:ClientSocket (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dtcp_socket.h36 ClientSocket(ClientSocket&& other) : fd_{other.fd_} {} in ClientSocket() function
65 explicit ClientSocket(SharedFD fd) : fd_(fd) {} in ClientSocket() function
Dtcp_socket.cpp33 ClientSocket::ClientSocket(int port) in ClientSocket() function in cuttlefish::ClientSocket
/aosp_15_r20/external/openthread/src/core/net/
H A Ddhcp6_client.hpp142 using ClientSocket = Ip6::Udp::SocketIn<Client, &Client::HandleUdpReceive>; typedef in ot::Dhcp6::Client
H A Dsntp_client.hpp278 using ClientSocket = Ip6::Udp::SocketIn<Client, &Client::HandleUdpReceive>; typedef in ot::Sntp::Client
H A Ddns_client.hpp912 using ClientSocket = Ip6::Udp::SocketIn<Client, &Client::HandleUdpReceive>; typedef in ot::Dns::Client
H A Dsrp_client.hpp1133 using ClientSocket = Ip6::Udp::SocketIn<Client, &Client::HandleUdpReceive>; typedef in ot::Srp::Client
/aosp_15_r20/external/pytorch/torch/lib/libshm/
H A Dsocket.h143 explicit ClientSocket(const std::string& path) { in ClientSocket() function