Home
last modified time | relevance | path

Searched defs:ServerIdentity (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/DnsResolver/
DPrivateDnsConfiguration.h95 struct ServerIdentity { struct
99 explicit ServerIdentity(const DnsTlsServer& server) in ServerIdentity() argument
101 ServerIdentity(const netdutils::IPSockAddr& addr, const std::string& host) in ServerIdentity() argument
DPrivateDnsConfigurationTest.cpp34 using ServerIdentity = PrivateDnsConfiguration::ServerIdentity; typedef in android::net::PrivateDnsConfigurationTest