Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter_table.cpp740 uint8_t routerCount = mRouters.GetLength(); in FillRouteTlv() local
742 if (routerCount > kMaxRoutersInRouteTlvForLinkAccept) in FillRouteTlv()
746 if (routerCount <= kMaxRoutersInRouteTlvForLinkAccept) in FillRouteTlv()
763 routerCount--; in FillRouteTlv()