Home
last modified time | relevance | path

Searched refs:AllocateEntry (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/border_router/
Drouting_manager.hpp1047 template <class Type> Entry<Type> *AllocateEntry(void) { return Entry<Type>::Allocate(); } in AllocateEntry() function in ot::BorderRouter::RoutingManager::RxRaTracker
1049 template <class Type> Entry<Type> *AllocateEntry(void);
1629 …xRaTracker::Entry<RoutingManager::RxRaTracker::Router> *RoutingManager::RxRaTracker::AllocateEntry(
Drouting_manager.cpp1174 Entry<Router> *newEntry = AllocateEntry<Router>(); in ProcessRouterAdvertMessage()
1276 entry = AllocateEntry<RoutePrefix>(); in ProcessRaHeader()
1329 entry = AllocateEntry<OnLinkPrefix>(); in ProcessPrefixInfoOption()
1391 entry = AllocateEntry<RoutePrefix>(); in ProcessRouteInfoOption()
1416 …xRaTracker::Entry<RoutingManager::RxRaTracker::Router> *RoutingManager::RxRaTracker::AllocateEntry( in AllocateEntry() function in ot::BorderRouter::RoutingManager::RxRaTracker
1429 RoutingManager::RxRaTracker::Entry<PrefixType> *RoutingManager::RxRaTracker::AllocateEntry(void) in AllocateEntry() function in ot::BorderRouter::RoutingManager::RxRaTracker