Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.cpp4823 mLastQueryTimeValid = false; in Init()
4852 mLastQueryTimeValid = false; in StartInitialQueries()
4869 if (mLastQueryTimeValid) in ScheduleQuery()
5143 mLastQueryTimeValid = true; in PrepareQuery()
Dmdns.hpp1608 bool mLastQueryTimeValid : 1; // Whether `mLastQueryTime` is valid. member in ot::Dns::Multicast::Core::CacheEntry