Searched refs:ip6AddrCache (Results 1 – 1 of 1) sorted by relevance
4199 Ip6AddrCache *ip6AddrCache; in ProcessAaaaRecord() local4203 ip6AddrCache = Get<Core>().mIp6AddrCacheList.FindMatching(aName); in ProcessAaaaRecord()4204 VerifyOrExit(ip6AddrCache != nullptr); in ProcessAaaaRecord()4206 ip6AddrCache->ProcessResponseRecord(*mMessagePtr, aRecordOffset); in ProcessAaaaRecord()4527 Ip6AddrCache *ip6AddrCache = Ip6AddrCache::AllocateAndInit(GetInstance(), aHostName); in AddPassiveIp6AddrCache() local4529 OT_ASSERT(ip6AddrCache != nullptr); in AddPassiveIp6AddrCache()4530 mIp6AddrCacheList.Push(*ip6AddrCache); in AddPassiveIp6AddrCache()