Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/thread/
Dmle_tlvs.hpp852 uint8_t GetActiveRouters(void) const { return mActiveRouters; } in GetActiveRouters()
860 void SetActiveRouters(uint8_t aActiveRouters) { mActiveRouters = aActiveRouters; } in SetActiveRouters()
954 uint8_t mActiveRouters; member in ot::Mle::ConnectivityTlv
Dnetwork_diagnostic_tlvs.hpp280 aConnectivity.mActiveRouters = GetActiveRouters(); in GetConnectivity()
/openthread-3.6.0/include/openthread/
Dnetdiag.h145 uint8_t mActiveRouters; member
/openthread-3.6.0/src/cli/
Dcli.cpp8018 OutputLine(aIndentSize, "ActiveRouters: %u", aConnectivity.mActiveRouters); in OutputConnectivity()