Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/thread/
Drouter.hpp201 uint8_t GetLeaderCost(void) const { return mLeaderCost; } in GetLeaderCost()
209 void SetLeaderCost(uint8_t aLeaderCost) { mLeaderCost = aLeaderCost; } in SetLeaderCost()
230 uint8_t mLeaderCost; member in ot::Parent
Dmle_tlvs.hpp871 uint8_t GetLeaderCost(void) const { return mLeaderCost; } in GetLeaderCost()
879 void SetLeaderCost(uint8_t aCost) { mLeaderCost = aCost; } in SetLeaderCost()
955 uint8_t mLeaderCost; member in ot::Mle::ConnectivityTlv
Dnetwork_diagnostic_tlvs.hpp281 aConnectivity.mLeaderCost = GetLeaderCost(); in GetConnectivity()
/openthread-3.5.0/include/openthread/
Dnetdiag.h135 uint8_t mLeaderCost; member
/openthread-3.5.0/src/cli/
Dcli.cpp8214 OutputLine(aIndentSize, "LeaderCost: %u", aConnectivity.mLeaderCost); in OutputConnectivity()