Home
last modified time | relevance | path

Searched defs:GetRouter (Results 1 – 3 of 3) sorted by relevance

/external/openthread/src/core/thread/
Drouter_table.cpp406 const Router *RouterTable::GetRouter(uint8_t aRouterId) const in GetRouter() function in ot::RouterTable
421 Router *RouterTable::GetRouter(const Mac::ExtAddress &aExtAddress) in GetRouter() function in ot::RouterTable
Drouter_table.hpp222 Router *GetRouter(uint8_t aRouterId) { return AsNonConst(AsConst(this)->GetRouter(aRouterId)); } in GetRouter() function in ot::RouterTable
/external/openthread/src/core/border_router/
Drouting_manager.hpp465 const Router *GetRouter(void) const { return static_cast<const Router *>(mPtr1); } in GetRouter() function in ot::BorderRouter::RoutingManager::DiscoveredPrefixTable::Iterator