Lines Matching refs:Ip6AddrCache
4079 for (Ip6AddrCache &addrCache : Get<Core>().mIp6AddrCacheList) in ProcessResponse()
4199 Ip6AddrCache *ip6AddrCache; in ProcessAaaaRecord()
4484 return Start<Ip6AddrCache, AddressResolver>(aResolver); in StartIp6AddressResolver()
4489 return Stop<Ip6AddrCache, AddressResolver>(aResolver); in StopIp6AddressResolver()
4527 Ip6AddrCache *ip6AddrCache = Ip6AddrCache::AllocateAndInit(GetInstance(), aHostName); in AddPassiveIp6AddrCache()
4565 for (Ip6AddrCache &addrCache : mIp6AddrCacheList) in HandleCacheTimer()
4601 for (Ip6AddrCache &addrCache : mIp6AddrCacheList) in HandleCacheTask()
5132 As<Ip6AddrCache>().PrepareAaaaQuestion(query); in PrepareQuery()
6339 Error Core::Ip6AddrCache::Init(Instance &aInstance, const char *aHostName) in Init()
6344 Error Core::Ip6AddrCache::Init(Instance &aInstance, const AddressResolver &aResolver) in Init()
6349 void Core::Ip6AddrCache::ProcessResponseRecord(const Message &aMessage, uint16_t aRecordOffset) in ProcessResponseRecord()
6364 void Core::Ip6AddrCache::PrepareAaaaQuestion(TxMessage &aQuery) in PrepareAaaaQuestion()