Searched refs:PtrEntry (Results 1 – 2 of 2) sorted by relevance
1638 struct PtrEntry : public LinkedListEntry<PtrEntry>, public Heap::Allocatable<PtrEntry> struct in ot::Dns::Multicast::Core::BrowseCache1645 PtrEntry *mNext; argument1660 void AppendKnownAnswer(TxMessage &aTxMessage, const PtrEntry &aPtrEntry, TimeMilli aNow);1666 OwningList<PtrEntry> mPtrEntries;
5270 PtrEntry *ptrEntry; in ProcessResponseRecord()5295 ptrEntry = PtrEntry::AllocateAndInit(serviceInstance); in ProcessResponseRecord()5335 for (const PtrEntry &ptrEntry : mPtrEntries) in PreparePtrQuestion()5406 void Core::BrowseCache::AppendKnownAnswer(TxMessage &aTxMessage, const PtrEntry &aPtrEntry, TimeMil… in AppendKnownAnswer()5430 for (PtrEntry &ptrEntry : mPtrEntries) in UpdateRecordStateAfterQuery()5438 for (PtrEntry &ptrEntry : mPtrEntries) in DetermineRecordFireTime()5446 OwningList<PtrEntry> expiredEntries; in ProcessExpiredRecords()5450 for (PtrEntry &exiredEntry : expiredEntries) in ProcessExpiredRecords()5463 for (const PtrEntry &ptrEntry : mPtrEntries) in ReportResultsTo()5492 Error Core::BrowseCache::PtrEntry::Init(const char *aServiceInstance) in Init()[all …]