Home
last modified time | relevance | path

Searched defs:SetRloc16 (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/common/
Dsettings.hpp190 void SetRloc16(uint16_t aRloc16) { mRloc16 = LittleEndian::HostSwap16(aRloc16); } in SetRloc16() function in ot::SettingsBase::NetworkInfo
431 void SetRloc16(uint16_t aRloc16) { mRloc16 = LittleEndian::HostSwap16(aRloc16); } in SetRloc16() function in ot::SettingsBase::ChildInfo
/openthread-latest/src/core/thread/
Daddress_resolver.hpp255 void SetRloc16(uint16_t aRloc16) { mRloc16 = aRloc16; } in SetRloc16() function in ot::AddressResolver::CacheEntry
Dneighbor.hpp456 void SetRloc16(uint16_t aRloc16) { mRloc16 = aRloc16; } in SetRloc16() function in ot::Neighbor
Dnetwork_diagnostic_tlvs.hpp833 void SetRloc16(uint16_t aRloc16) { mRloc16 = BigEndian::HostSwap16(aRloc16); } in SetRloc16() function in ot::NetworkDiagnostic::ChildIp6AddressListTlvValue
Dmle.cpp961 void Mle::SetRloc16(uint16_t aRloc16) in SetRloc16() function in ot::Mle::Mle