Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.cpp3407 for (SrvCache &srvCache : Get<Core>().mSrvCacheList) in Reinit()
3409 srvCache.ClearCompressOffsets(); in Reinit()
4169 SrvCache *srvCache; in ProcessSrvRecord() local
4173 srvCache = Get<Core>().mSrvCacheList.FindMatching(aName); in ProcessSrvRecord()
4174 VerifyOrExit(srvCache != nullptr); in ProcessSrvRecord()
4176 srvCache->ProcessResponseRecord(*mMessagePtr, aRecordOffset); in ProcessSrvRecord()
4508 SrvCache *srvCache = SrvCache::AllocateAndInit(GetInstance(), serviceName); in AddPassiveSrvTxtCache() local
4510 OT_ASSERT(srvCache != nullptr); in AddPassiveSrvTxtCache()
4511 mSrvCacheList.Push(*srvCache); in AddPassiveSrvTxtCache()
4550 for (SrvCache &srvCache : mSrvCacheList) in HandleCacheTimer()
[all …]