Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/thread/
Dmle.hpp1209 , mBackoffCancelTime(0) in ParentSearch()
1231 TimeMilli mBackoffCancelTime; member in ot::Mle::Mle::ParentSearch
Dmle.cpp3921 if (TimerMilli::GetNow() - mBackoffCancelTime >= kBackoffInterval) in HandleTimer()
3993 mBackoffCancelTime = TimerMilli::GetNow(); in UpdateState()