Home
last modified time | relevance | path

Searched refs:mChildExtAddress (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dmle_router.cpp1479 aRxInfo.mMessageInfo.GetPeerAddr().GetIid().ConvertToExtAddress(info.mChildExtAddress); in HandleParentRequest()
1504 child = mChildTable.FindChild(info.mChildExtAddress, Child::kInStateAnyExceptInvalid); in HandleParentRequest()
1795 child = mChildTable.FindChild(aInfo.mChildExtAddress, Child::kInStateAnyExceptInvalid); in SendParentResponse()
1823 destination.SetToLinkLocalAddress(aInfo.mChildExtAddress); in SendParentResponse()
Dmle.hpp1105 Mac::ExtAddress mChildExtAddress; // The child extended address. member
Dmle.cpp4571 destination.SetToLinkLocalAddress(aInfo.mChildExtAddress); in ScheduleParentResponse()