Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter.cpp94 bool Router::SetNextHopAndCost(uint8_t aNextHop, uint8_t aCost) in SetNextHopAndCost() function in ot::Router
113 bool Router::SetNextHopToInvalid(void) { return SetNextHopAndCost(Mle::kInvalidRouterId, 0); } in SetNextHopToInvalid()
Drouter.hpp165 bool SetNextHopAndCost(uint8_t aNextHop, uint8_t aCost);
Drouter_table.cpp655 if (router->SetNextHopAndCost(aNeighborId, cost)) in UpdateRoutes()
674 router->SetNextHopAndCost(aNeighborId, cost); in UpdateRoutes()
720 if (router->SetNextHopAndCost(nextHopId, cost)) in UpdateRouterOnFtdChild()
Dmle_router.cpp3463 leader->SetNextHopAndCost(RouterIdFromRloc16(mParent.GetRloc16()), mParent.GetLeaderCost()); in HandleAddressSolicitResponse()