Home
last modified time | relevance | path

Searched refs:kMaxRoutersInRouteTlvForLinkAccept (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Drouter_table.hpp409 static constexpr uint8_t kMaxRoutersInRouteTlvForLinkAccept = 3; member in ot::RouterTable
411 static constexpr uint8_t kMaxRoutersInRouteTlvForLinkAccept = 20; member in ot::RouterTable
Drouter_table.cpp742 if (routerCount > kMaxRoutersInRouteTlvForLinkAccept) in FillRouteTlv()
746 if (routerCount <= kMaxRoutersInRouteTlvForLinkAccept) in FillRouteTlv()