Searched refs:GetRouterIdRange (Results 1 – 4 of 4) sorted by relevance
380 void GetRouterIdRange(uint8_t &aMinRouterId, uint8_t &aMaxRouterId) const;
834 void RouterTable::GetRouterIdRange(uint8_t &aMinRouterId, uint8_t &aMaxRouterId) const in GetRouterIdRange() function in ot::RouterTable
295 mRouterTable.GetRouterIdRange(minId, maxId); in BecomeLeader()
377 AsCoreType(aInstance).Get<RouterTable>().GetRouterIdRange(*aMinRouterId, *aMaxRouterId); in otThreadGetRouterIdRange()