Home
last modified time | relevance | path

Searched refs:kStateParentResponse (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/thread/
Dneighbor.cpp124 case kStateParentResponse: in IsStateValidOrAttaching()
250 ValidateNextEnum(kStateParentResponse); in StateToString()
Dneighbor.hpp89 kStateParentResponse, ///< Received an MLE Parent Response message enumerator
242 bool IsStateParentResponse(void) const { return (mState == kStateParentResponse); } in IsStateParentResponse()
Dmle_router.cpp1682 case Neighbor::kStateParentResponse: in HandleTimeTick()
Dmle.cpp3227 mParentCandidate.SetState(Neighbor::kStateParentResponse); in HandleParentResponse()
/openthread-latest/tests/unit/
Dtest_child_table.cpp283 Child::kStateParentResponse, in TestChildTable()