Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/thread/
Daddress_resolver.cpp252 entry.SetRloc16(aNewRloc16); in ReplaceEntriesForRloc16()
356 entry->SetRloc16(aRloc16); in UpdateCacheEntry()
366 entry->SetRloc16(aRloc16); in UpdateCacheEntry()
418 entry->SetRloc16(aRloc16); in UpdateSnoopedCacheEntry()
506 entry->SetRloc16(Mac::kShortAddrInvalid); in Resolve()
689 entry->SetRloc16(rloc16); in HandleTmf()
Dchild_table.cpp244 child->SetRloc16(childInfo.GetRloc16()); in Restore()
290 childInfo.SetRloc16(aChild.GetRloc16()); in StoreChild()
Daddress_resolver.hpp267 void SetRloc16(Mac::ShortAddress aRloc16) { mRloc16 = aRloc16; } in SetRloc16() function in ot::AddressResolver::CacheEntry
Dmle.cpp198 SetRloc16(GetRloc16()); in Start()
438 mParent.SetRloc16(Rloc16FromRouterId(RouterIdFromRloc16(networkInfo.GetRloc16()))); in Restore()
475 networkInfo.SetRloc16(GetRloc16()); in Store()
545 SetRloc16(Mac::kShortAddrInvalid); in BecomeDetached()
726 SetRloc16(aRloc16); in SetStateChild()
991 void Mle::SetRloc16(uint16_t aRloc16) in SetRloc16() function in ot::Mle::Mle
3295 mParentCandidate.SetRloc16(sourceAddress); in HandleParentResponse()
3425 mParent.SetRloc16(sourceAddress); in HandleChildIdResponse()
Dtopology.hpp502 void SetRloc16(uint16_t aRloc16) { mRloc16 = aRloc16; } in SetRloc16() function in ot::Neighbor
Dmle_router.cpp391 SetRloc16(aRloc16); in SetStateRouterOrLeader()
979 router->SetRloc16(sourceAddress); in HandleLinkAccept()
1313 router->SetRloc16(Rloc16FromRouterId(routerId)); in HandleAdvertisement()
2915 aChild.SetRloc16(rloc16); in SendChildIdResponse()
Drouter_table.cpp99 router->SetRloc16(Mle::Rloc16FromRouterId(aRouterId)); in AddRouter()
Dmle.hpp1581 void SetRloc16(uint16_t aRloc16);
/openthread-3.4.0/tests/unit/
Dtest_child_table.cpp336 child->SetRloc16(testChildList[i].mRloc16); in TestChildTable()
358 child->SetRloc16(testChildList[i - 1].mRloc16); in TestChildTable()
/openthread-3.4.0/src/core/common/
Dsettings.hpp201 void SetRloc16(uint16_t aRloc16) { mRloc16 = Encoding::LittleEndian::HostSwap16(aRloc16); } in SetRloc16() function in ot::SettingsBase::NetworkInfo
470 void SetRloc16(uint16_t aRloc16) { mRloc16 = Encoding::LittleEndian::HostSwap16(aRloc16); } in SetRloc16() function in ot::SettingsBase::ChildInfo