Searched refs:otThreadGetRouterIdRange (Results 1 – 3 of 3) sorted by relevance
867 void otThreadGetRouterIdRange(otInstance *aInstance, uint8_t *aMinRouterId, uint8_t *aMaxRouterId);
391 void otThreadGetRouterIdRange(otInstance *aInstance, uint8_t *aMinRouterId, uint8_t *aMaxRouterId) in otThreadGetRouterIdRange() function
5488 otThreadGetRouterIdRange(GetInstancePtr(), &minRouterId, &maxRouterId); in Process()