Home
last modified time | relevance | path

Searched refs:GetPathCostToLeader (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Drouter_table.hpp168 uint8_t GetPathCostToLeader(void) const;
Drouter_table.cpp391 uint8_t RouterTable::GetPathCostToLeader(void) const { return GetPathCost(Get<Mle::Mle>().GetLeader… in GetPathCostToLeader() function in ot::RouterTable
Dmle_router.cpp1473 VerifyOrExit(mRouterTable.GetPathCostToLeader() < kMaxRouteCost, error = kErrorDrop); in HandleParentRequest()
3458 if (mRouterTable.GetPathCostToLeader() >= kMaxRouteCost) in HandleAddressSolicitResponse()
3743 aTlv.SetLeaderCost(Min(mRouterTable.GetPathCostToLeader(), kMaxRouteCost)); in FillConnectivityTlv()