Searched refs:kMaxRoutersInRouteTlvForLinkAccept (Results 1 – 2 of 2) sorted by relevance
409 static constexpr uint8_t kMaxRoutersInRouteTlvForLinkAccept = 3; member in ot::RouterTable411 static constexpr uint8_t kMaxRoutersInRouteTlvForLinkAccept = 20; member in ot::RouterTable
742 if (routerCount > kMaxRoutersInRouteTlvForLinkAccept) in FillRouteTlv()746 if (routerCount <= kMaxRoutersInRouteTlvForLinkAccept) in FillRouteTlv()