Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.cpp644 if (mMulticastAnswerPending) in ScheduleAnswer()
659 mMulticastAnswerPending = true; in ScheduleAnswer()
685 if (mMulticastAnswerPending && (GetAnswerTime() <= aContext.GetNow())) in ShouldAppendTo()
757 mMulticastAnswerPending = false; in UpdateStateAfterAnswer()
802 if (mMulticastAnswerPending) in UpdateFireTimeOn()
841 if (mMulticastAnswerPending) in DetermineNextAggrTxTime()
Dmdns.hpp921 bool mMulticastAnswerPending : 1; member in ot::Dns::Multicast::Core::RecordInfo