Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter.hpp201 uint16_t GetParentReselectTimeout(void) const { return mParentReselectTimeout; } in GetParentReselectTimeout() function in ot::Router
Dmle.cpp3995 VerifyOrExit(aRouter.GetParentReselectTimeout() == 0); in CompareAndUpdateSelectedParent()