Searched defs:GetRouter (Results 1 – 3 of 3) sorted by relevance
| /external/openthread/src/core/thread/ | ||
| D | router_table.cpp | 406 const Router *RouterTable::GetRouter(uint8_t aRouterId) const in GetRouter() function in ot::RouterTable |
| D | router_table.hpp | 222 Router *GetRouter(uint8_t aRouterId) { return AsNonConst(AsConst(this)->GetRouter(aRouterId)); } in GetRouter() function in ot::RouterTable |
| /external/openthread/src/core/border_router/ | ||
| D | routing_manager.hpp | 465 const Router *GetRouter(void) const { return static_cast<const Router *>(mPtr1); } in GetRouter() function in ot::BorderRouter::RoutingManager::DiscoveredPrefixTable::Iterator |