Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_tlvs.hpp778 uint8_t GetActiveRouters(void) const { return mActiveRouters; } in GetActiveRouters()
786 bool IsSingleton(void) const { return (mActiveRouters <= 1); } in IsSingleton()
793 void SetActiveRouters(uint8_t aActiveRouters) { mActiveRouters = aActiveRouters; } in SetActiveRouters()
879 uint8_t mActiveRouters; member in ot::Mle::ConnectivityTlv
Dnetwork_diagnostic_tlvs.hpp269 aConnectivity.mActiveRouters = GetActiveRouters(); in GetConnectivity()
/openthread-latest/include/openthread/
Dnetdiag.h102 uint8_t mActiveRouters; ///< Number of active routers. member
/openthread-latest/src/cli/
Dcli.cpp7681 OutputLine(aIndentSize, "ActiveRouters: %u", aConnectivity.mActiveRouters); in OutputConnectivity()