Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/thread/
Dmle.cpp531 VerifyOrExit(!IsDetached() || mAttachState != kAttachStateStart); in BecomeDetached()
598 SetAttachState(kAttachStateStart); in Attach()
1464 case kAttachStateStart: in HandleAttachTimer()
1567 SetAttachState(kAttachStateStart); in Reattach()
4275 static_assert(kAttachStateStart == 2, "kAttachStateStart value is incorrect"); in AttachStateToString()
Dmle.hpp761 kAttachStateStart, ///< Starting to look for a parent. enumerator