Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_mdns.cpp395 bool aCacheFlush, in ContainsAaaa()
407 VerifyOrExit(record.mCacheFlush == aCacheFlush); in ContainsAaaa()
420 bool aCacheFlush, in ContainsKey()
432 VerifyOrExit(record.mCacheFlush == aCacheFlush); in ContainsKey()
445 bool aCacheFlush, in ContainsSrv()
459 VerifyOrExit(record.mCacheFlush == aCacheFlush); in ContainsSrv()
476 bool aCacheFlush, in ContainsTxt()
496 VerifyOrExit(record.mCacheFlush == aCacheFlush); in ContainsTxt()
1305 bool aCacheFlush, in SendHostAddrResponse() argument
1333 if (aCacheFlush) in SendHostAddrResponse()
[all …]
/openthread-latest/src/core/net/
Dmdns.hpp1839 void AddNewResponseAddress(const Ip6::Address &aAddress, uint32_t aTtl, bool aCacheFlush);
Dmdns.cpp6169 …re::AddrCache::AddNewResponseAddress(const Ip6::Address &aAddress, uint32_t aTtl, bool aCacheFlush) in AddNewResponseAddress() argument
6178 if (aCacheFlush) in AddNewResponseAddress()