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