Searched defs:ClientSocket (Results 1 – 7 of 7) sorted by relevance
36 ClientSocket(ClientSocket&& other) : fd_{other.fd_} {} in ClientSocket() function65 explicit ClientSocket(SharedFD fd) : fd_(fd) {} in ClientSocket() function
33 ClientSocket::ClientSocket(int port) in ClientSocket() function in cuttlefish::ClientSocket
142 using ClientSocket = Ip6::Udp::SocketIn<Client, &Client::HandleUdpReceive>; typedef in ot::Dhcp6::Client
278 using ClientSocket = Ip6::Udp::SocketIn<Client, &Client::HandleUdpReceive>; typedef in ot::Sntp::Client
912 using ClientSocket = Ip6::Udp::SocketIn<Client, &Client::HandleUdpReceive>; typedef in ot::Dns::Client
1133 using ClientSocket = Ip6::Udp::SocketIn<Client, &Client::HandleUdpReceive>; typedef in ot::Srp::Client
143 explicit ClientSocket(const std::string& path) { in ClientSocket() function