Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp1266 , mBackoffCancelTime(0) in ParentSearch()
1301 TimeMilli mBackoffCancelTime; member in ot::Mle::Mle::ParentSearch
Dmle.cpp3928 if (TimerMilli::GetNow() - mBackoffCancelTime >= kBackoffInterval) in HandleTimer()
4073 mBackoffCancelTime = TimerMilli::GetNow(); in UpdateState()