Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6_address.cpp261 void InterfaceIdentifier::SetFromExtAddress(const Mac::ExtAddress &aExtAddress) in SetFromExtAddress() function in ot::Ip6::InterfaceIdentifier
355 GetIid().SetFromExtAddress(aExtAddress); in SetToLinkLocalAddress()
Dip6_address.hpp449 void SetFromExtAddress(const Mac::ExtAddress &aExtAddress);
Ddhcp6_server.cpp463 option.GetAddress().GetIid().SetFromExtAddress(aClientId.GetDuidLinkLayerAddress()); in AddIaAddress()
/openthread-latest/src/core/thread/
Dlowpan.cpp84 aIid.SetFromExtAddress(aMacAddr.GetExtended()); in ComputeIid()
Dmle.cpp885 mLinkLocalAddress.GetAddress().GetIid().SetFromExtAddress(Get<Mac::Mac>().GetExtAddress()); in UpdateLinkLocalAddress()