Home
last modified time | relevance | path

Searched refs:SetRloc16 (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/src/core/thread/
Daddress_resolver.cpp240 entry.SetRloc16(aNewRloc16); in ReplaceEntriesForRloc16()
344 entry->SetRloc16(aRloc16); in UpdateCacheEntry()
354 entry->SetRloc16(aRloc16); in UpdateCacheEntry()
406 entry->SetRloc16(aRloc16); in UpdateSnoopedCacheEntry()
535 entry->SetRloc16(Mle::kInvalidRloc16); in Resolve()
697 entry->SetRloc16(rloc16); in HandleTmf()
Dchild_table.cpp242 child->SetRloc16(childInfo.GetRloc16()); in Restore()
289 childInfo.SetRloc16(aChild.GetRloc16()); in StoreChild()
Dneighbor.hpp456 void SetRloc16(uint16_t aRloc16) { mRloc16 = aRloc16; } in SetRloc16() function in ot::Neighbor
Daddress_resolver.hpp255 void SetRloc16(uint16_t aRloc16) { mRloc16 = aRloc16; } in SetRloc16() function in ot::AddressResolver::CacheEntry
Dmle.cpp178 SetRloc16(GetRloc16()); in Start()
443 mParent.SetRloc16(ParentRloc16ForRloc16(networkInfo.GetRloc16())); in Restore()
479 networkInfo.SetRloc16(GetRloc16()); in Store()
551 SetRloc16(kInvalidRloc16); in BecomeDetached()
738 SetRloc16(aRloc16); in SetStateChild()
961 void Mle::SetRloc16(uint16_t aRloc16) in SetRloc16() function in ot::Mle::Mle
3219 mParentCandidate.SetRloc16(sourceAddress); in HandleParentResponse()
3331 mParent.SetRloc16(sourceAddress); in HandleChildIdResponse()
Dnetwork_diagnostic_tlvs.hpp833 void SetRloc16(uint16_t aRloc16) { mRloc16 = BigEndian::HostSwap16(aRloc16); } in SetRloc16() function in ot::NetworkDiagnostic::ChildIp6AddressListTlvValue
Dmle_router.cpp438 SetRloc16(aRloc16); in SetStateRouterOrLeader()
1045 router->SetRloc16(sourceAddress); in HandleLinkAcceptVariant()
1345 router->SetRloc16(Rloc16FromRouterId(routerId)); in HandleAdvertisementOnFtd()
2917 aChild.SetRloc16(rloc16); in SendChildIdResponse()
Drouter_table.cpp91 router->SetRloc16(Mle::Rloc16FromRouterId(aRouterId)); in AddRouter()
Dmle.hpp1328 void SetRloc16(uint16_t aRloc16);
Dnetwork_diagnostic.cpp769 tlvValue.SetRloc16(aChild.GetRloc16()); in AppendChildIp6AddressListTlv()
/openthread-latest/tests/unit/
Dtest_child_table.cpp336 child->SetRloc16(testChildList[i].mRloc16); in TestChildTable()
358 child->SetRloc16(testChildList[i - 1].mRloc16); in TestChildTable()
/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