Searched refs:Ip4AddrCache (Results 1 – 2 of 2) sorted by relevance
1867 …class Ip4AddrCache : public AddrCache, public LinkedListEntry<Ip4AddrCache>, public Heap::Allocata… class in ot::Dns::Multicast::Core1870 friend class LinkedListEntry<Ip4AddrCache>;1871 friend class Heap::Allocatable<Ip4AddrCache>;1930 const Ip4AddrCache *mIp4AddrCache;2004 OwningList<Ip4AddrCache> mIp4AddrCacheList;2035 template <> inline OwningList<Core::Ip4AddrCache> &Core::GetCacheList<Core::Ip4AddrCache>(void) in GetCacheList()
4089 for (Ip4AddrCache &addrCache : Get<Core>().mIp4AddrCacheList) in ProcessResponse()4214 Ip4AddrCache *ip4AddrCache; in ProcessARecord()4494 return Start<Ip4AddrCache, AddressResolver>(aResolver); in StartIp4AddressResolver()4499 return Stop<Ip4AddrCache, AddressResolver>(aResolver); in StopIp4AddressResolver()4570 for (Ip4AddrCache &addrCache : mIp4AddrCacheList) in HandleCacheTimer()4606 for (Ip4AddrCache &addrCache : mIp4AddrCacheList) in HandleCacheTask()5135 As<Ip4AddrCache>().PrepareAQuestion(query); in PrepareQuery()6372 Error Core::Ip4AddrCache::Init(Instance &aInstance, const char *aHostName) in Init()6377 Error Core::Ip4AddrCache::Init(Instance &aInstance, const AddressResolver &aResolver) in Init()6382 void Core::Ip4AddrCache::ProcessResponseRecord(const Message &aMessage, uint16_t aRecordOffset) in ProcessResponseRecord()[all …]