Home
last modified time | relevance | path

Searched refs:ip6AddrCache (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/core/net/
Dmdns.cpp4199 Ip6AddrCache *ip6AddrCache; in ProcessAaaaRecord() local
4203 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() local
4529 OT_ASSERT(ip6AddrCache != nullptr); in AddPassiveIp6AddrCache()
4530 mIp6AddrCacheList.Push(*ip6AddrCache); in AddPassiveIp6AddrCache()