Home
last modified time | relevance | path

Searched refs:GetEntry (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_local.cpp109 brTlv->GetEntry(0)->Init(); in AddPrefix()
110 brTlv->GetEntry(0)->SetFlags(aFlags); in AddPrefix()
117 hasRouteTlv->GetEntry(0)->Init(); in AddPrefix()
118 hasRouteTlv->GetEntry(0)->SetFlags(static_cast<uint8_t>(aFlags)); in AddPrefix()
162 As<HasRouteTlv>(cur)->GetEntry(0)->SetRloc(rloc16); in UpdateRloc()
166 As<BorderRouterTlv>(cur)->GetEntry(0)->SetRloc(rloc16); in UpdateRloc()
Dnetwork_data.cpp205 … if (aRloc16 == Mac::kShortAddrBroadcast || borderRouter->GetEntry(index)->GetRloc() == aRloc16) in Iterate()
207 … const BorderRouterEntry *borderRouterEntry = borderRouter->GetEntry(index); in Iterate()
232 … if (aRloc16 == Mac::kShortAddrBroadcast || hasRoute->GetEntry(index)->GetRloc() == aRloc16) in Iterate()
234 const HasRouteEntry *hasRouteEntry = hasRoute->GetEntry(index); in Iterate()
Dnetwork_data_tlvs.hpp515 HasRouteEntry *GetEntry(uint8_t aIndex) in GetEntry() function in ot::NetworkData::HasRouteTlv
527 const HasRouteEntry *GetEntry(uint8_t aIndex) const in GetEntry() function in ot::NetworkData::HasRouteTlv
1038 BorderRouterEntry *GetEntry(uint8_t aIndex) in GetEntry() function in ot::NetworkData::BorderRouterTlv
1050 const BorderRouterEntry *GetEntry(uint8_t aIndex) const in GetEntry() function in ot::NetworkData::BorderRouterTlv
Daddress_resolver.hpp85 …const CacheEntry *GetEntry(void) const { return static_cast<const CacheEntry *>(mData[kEntryIn… in GetEntry() function in ot::AddressResolver::Iterator
Daddress_resolver.cpp80 const CacheEntry *entry = aIterator.GetEntry(); in GetNextCacheEntry()
/openthread-latest/src/ncp/
Dchanged_props_set.hpp124 const Entry *GetEntry(uint8_t aIndex) const in GetEntry() function in ot::Ncp::ChangedPropsSet
/openthread-latest/src/core/border_router/
Drouting_manager.hpp975 template <class PrefixType> const Entry<PrefixType> *GetEntry(void) const in GetEntry() function in ot::BorderRouter::RoutingManager::RxRaTracker::Iterator
1010 template <class PrefixType> Entry<PrefixType> &GetEntry(void);
1614 &RoutingManager::RxRaTracker::SharedEntry::GetEntry(void) in GetEntry() function in ot::BorderRouter::RoutingManager::RxRaTracker::SharedEntry
1621 &RoutingManager::RxRaTracker::SharedEntry::GetEntry(void) in GetEntry() function in ot::BorderRouter::RoutingManager::RxRaTracker::SharedEntry
Drouting_manager.cpp1439 entry = &sharedEntry->GetEntry<PrefixType>(); in AllocateEntry()
1913 iterator.GetEntry<OnLinkPrefix>()->CopyInfoTo(aEntry, iterator.GetInitTime()); in GetNextEntry()
1916 iterator.GetEntry<RoutePrefix>()->CopyInfoTo(aEntry, iterator.GetInitTime()); in GetNextEntry()
1991 SetEntry(GetEntry<OnLinkPrefix>()->GetNext()); in AdvanceToNextEntry()
1994 SetEntry(GetEntry<RoutePrefix>()->GetNext()); in AdvanceToNextEntry()