Home
last modified time | relevance | path

Searched refs:SetLocator (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/core/meshcop/
Dmeshcop.hpp406 void SetLocator(uint16_t aLocator) in SetLocator() function in ot::MeshCoP::CommissioningDataset
/openthread-latest/src/core/net/
Dip6_address.hpp492 void SetLocator(uint16_t aLocator) { mFields.m16[3] = BigEndian::HostSwap16(aLocator); } in SetLocator() function in ot::Ip6::InterfaceIdentifier
/openthread-latest/src/core/thread/
Dmle.hpp1248 void SetAloc16(uint16_t aAloc16) { GetAddress().GetIid().SetLocator(aAloc16); } in SetAloc16()
Dmle.cpp985 mMeshLocalRloc.GetAddress().GetIid().SetLocator(aRloc16); in SetRloc16()