Searched defs:SetRloc16 (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/src/core/common/ | ||
D | settings.hpp | 190 void SetRloc16(uint16_t aRloc16) { mRloc16 = LittleEndian::HostSwap16(aRloc16); } in SetRloc16() function in ot::SettingsBase::NetworkInfo |
/openthread-latest/src/core/thread/ | ||
D | address_resolver.hpp | 255 void SetRloc16(uint16_t aRloc16) { mRloc16 = aRloc16; } in SetRloc16() function in ot::AddressResolver::CacheEntry |
D | neighbor.hpp | 456 void SetRloc16(uint16_t aRloc16) { mRloc16 = aRloc16; } in SetRloc16() function in ot::Neighbor |
D | network_diagnostic_tlvs.hpp | 833 void SetRloc16(uint16_t aRloc16) { mRloc16 = BigEndian::HostSwap16(aRloc16); } in SetRloc16() function in ot::NetworkDiagnostic::ChildIp6AddressListTlvValue |
D | mle.cpp | 961 void Mle::SetRloc16(uint16_t aRloc16) in SetRloc16() function in ot::Mle::Mle |