Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.cpp968 , mProbeCount(0) in Entry()
1103 mProbeCount = 0; in StartProbing()
1334 if (mProbeCount < kNumberOfProbes) in HandleTimer()
1336 mProbeCount++; in HandleTimer()
1368 if ((mProbeCount == 1) && Get<Core>().IsQuestionUnicastAllowed()) in AppendQuestionTo()
Dmdns.hpp1012 uint8_t mProbeCount; member in ot::Dns::Multicast::Core::Entry