Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dneighbor.hpp242 bool IsStateParentResponse(void) const { return (mState == kStateParentResponse); } in IsStateParentResponse() function in ot::Neighbor
Dmle.cpp1387 VerifyOrExit(mParentCandidate.IsStateParentResponse()); in HasAcceptableParentCandidate()
3170 … if (mParentCandidate.IsStateParentResponse() && (mParentCandidate.GetExtAddress() != extAddress)) in HandleParentResponse()