Home
last modified time | relevance | path

Searched refs:SetToLinkLocalAddress (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/core/net/
Dip6_address.hpp604 void SetToLinkLocalAddress(const Mac::ExtAddress &aExtAddress);
611 void SetToLinkLocalAddress(const InterfaceIdentifier &aIid);
Dip6_address.cpp340 void Address::SetToLinkLocalAddress(const Mac::ExtAddress &aExtAddress) in SetToLinkLocalAddress() function in ot::Ip6::Address
347 void Address::SetToLinkLocalAddress(const InterfaceIdentifier &aIid) in SetToLinkLocalAddress() function in ot::Ip6::Address
/openthread-latest/src/core/utils/
Dlink_metrics_manager.cpp289 destination.SetToLinkLocalAddress(neighbor->GetExtAddress()); in ConfigureEap()
314 destination.SetToLinkLocalAddress(neighbor->GetExtAddress()); in UnregisterEap()
/openthread-latest/tests/unit/
Dtest_link_metrics_manager.cpp164 linkLocalAddr.SetToLinkLocalAddress(AsCoreType(&mTestChildList[0].mExtAddress)); in TestLinkMetricsManager()
/openthread-latest/src/core/thread/
Dmle.cpp105 mLinkLocalAddress.GetAddress().SetToLinkLocalAddress(Get<Mac::Mac>().GetExtAddress()); in Mle()
1689 destination.SetToLinkLocalAddress(mParent.GetExtAddress()); in SendParentRequest()
1700 destination.SetToLinkLocalAddress(mParentSearch.GetSelectedParent().GetExtAddress()); in SendParentRequest()
1808 destination.SetToLinkLocalAddress(mParentCandidate.GetExtAddress()); in SendChildIdRequest()
1946 destination.SetToLinkLocalAddress(mParent.GetExtAddress()); in HandleMessageTransmissionTimer()
2036 destination.SetToLinkLocalAddress(mParent.GetExtAddress()); in SendChildUpdateRequestToParent()
4549 destination.SetToLinkLocalAddress(Get<Mle>().mParent.GetExtAddress()); in ScheduleChildUpdateRequestToParent()
4561 destination.SetToLinkLocalAddress(Get<Mle>().mParent.GetExtAddress()); in RemoveScheduledChildUpdateRequestToParent()
4571 destination.SetToLinkLocalAddress(aInfo.mChildExtAddress); in ScheduleParentResponse()
4602 destination.SetToLinkLocalAddress(aRouter.GetExtAddress()); in ScheduleLinkRequest()
[all …]
Dmle_router.cpp549 destination.SetToLinkLocalAddress(aRouter.GetExtAddress()); in ScheduleUnicastAdvertisementTo()
672 destination.SetToLinkLocalAddress(aRouter->GetExtAddress()); in SendLinkRequest()
867 destination.SetToLinkLocalAddress(aInfo.mExtAddress); in SendLinkAccept()
1823 destination.SetToLinkLocalAddress(aInfo.mChildExtAddress); in SendParentResponse()
2970 destination.SetToLinkLocalAddress(aChild.GetExtAddress()); in SendChildIdResponse()
3033 destination.SetToLinkLocalAddress(aChild.GetExtAddress()); in SendChildUpdateRequestToChild()
/openthread-latest/src/core/meshcop/
Djoiner_router.cpp180 messageInfo.GetPeerAddr().SetToLinkLocalAddress(joinerIid); in HandleTmf()
Djoiner.cpp361 sockAddr.GetAddress().SetToLinkLocalAddress(aRouter.mExtAddr); in Connect()