Lines Matching refs:Resolver
61 ot::Posix::Resolver gResolver;
66 const char Resolver::kLogModuleName[] = "Resolver";
68 void Resolver::Init(void) in Init()
74 void Resolver::TryRefreshDnsServerList(void) in TryRefreshDnsServerList()
85 void Resolver::LoadDnsServerListFromConf(void) in LoadDnsServerListFromConf()
121 void Resolver::Query(otPlatDnsUpstreamQuery *aTxn, const otMessage *aQuery) in Query()
157 void Resolver::Cancel(otPlatDnsUpstreamQuery *aTxn) in Cancel()
169 Resolver::Transaction *Resolver::AllocateTransaction(otPlatDnsUpstreamQuery *aThreadTxn) in AllocateTransaction()
194 void Resolver::ForwardResponse(Transaction *aTxn) in ForwardResponse()
225 Resolver::Transaction *Resolver::GetTransaction(int aFd) in GetTransaction()
241 Resolver::Transaction *Resolver::GetTransaction(otPlatDnsUpstreamQuery *aThreadTxn) in GetTransaction()
257 void Resolver::CloseTransaction(Transaction *aTxn) in CloseTransaction()
267 void Resolver::UpdateFdSet(otSysMainloopContext &aContext) in UpdateFdSet()
283 void Resolver::Process(const otSysMainloopContext &aContext) in Process()
299 void Resolver::SetUpstreamDnsServers(const otIp6Address *aUpstreamDnsServers, int aNumServers) in SetUpstreamDnsServers()
316 int Resolver::CreateUdpSocket(void) in CreateUdpSocket()