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