Searched defs:ServerIdentity (Results 1 – 2 of 2) sorted by relevance
95 struct ServerIdentity { struct99 explicit ServerIdentity(const DnsTlsServer& server) in ServerIdentity() argument101 ServerIdentity(const netdutils::IPSockAddr& addr, const std::string& host) in ServerIdentity() argument
34 using ServerIdentity = PrivateDnsConfiguration::ServerIdentity; typedef in android::net::PrivateDnsConfigurationTest