Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnetdiag.h127 uint8_t mRouteCount; ///< Number of routes. member
/openthread-latest/src/core/thread/
Dnetwork_diagnostic.cpp999 aNetworkDiagRoute.mRouteCount = routeCount; in ParseRoute()
/openthread-latest/src/cli/
Dcli.cpp7691 for (uint16_t i = 0; i < aRoute.mRouteCount; ++i) in OutputRoute()