Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/thread/
Dnetwork_diagnostic_tlvs.hpp261 aConnectivity.mLeaderCost = GetLeaderCost(); in GetConnectivity()
Dtopology.hpp1528 uint8_t GetLeaderCost(void) const { return mLeaderCost; } in GetLeaderCost() function in ot::Parent
Dmle_tlvs.hpp871 uint8_t GetLeaderCost(void) const { return mLeaderCost; } in GetLeaderCost() function in ot::Mle::ConnectivityTlv
Dmle_router.cpp3534 leader->SetNextHopAndCost(RouterIdFromRloc16(mParent.GetRloc16()), mParent.GetLeaderCost()); in HandleAddressSolicitResponse()
Dmle.cpp3305 mParentCandidate.SetLeaderCost(connectivityTlv.GetLeaderCost()); in HandleParentResponse()