Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter.hpp260 uint8_t GetLeaderCost(void) const { return mLeaderCost; } in GetLeaderCost() function in ot::Parent
Dmle_tlvs.hpp800 uint8_t GetLeaderCost(void) const { return mLeaderCost; } in GetLeaderCost() function in ot::Mle::ConnectivityTlv
Dnetwork_diagnostic_tlvs.hpp267 aConnectivity.mLeaderCost = GetLeaderCost(); in GetConnectivity()
Dmle_router.cpp3463 leader->SetNextHopAndCost(RouterIdFromRloc16(mParent.GetRloc16()), mParent.GetLeaderCost()); in HandleAddressSolicitResponse()
Dmle.cpp3229 mParentCandidate.SetLeaderCost(connectivityTlv.GetLeaderCost()); in HandleParentResponse()