Searched refs:SetNextHopAndCost (Results 1 – 4 of 4) sorted by relevance
94 bool Router::SetNextHopAndCost(uint8_t aNextHop, uint8_t aCost) in SetNextHopAndCost() function in ot::Router113 bool Router::SetNextHopToInvalid(void) { return SetNextHopAndCost(Mle::kInvalidRouterId, 0); } in SetNextHopToInvalid()
165 bool SetNextHopAndCost(uint8_t aNextHop, uint8_t aCost);
655 if (router->SetNextHopAndCost(aNeighborId, cost)) in UpdateRoutes()674 router->SetNextHopAndCost(aNeighborId, cost); in UpdateRoutes()720 if (router->SetNextHopAndCost(nextHopId, cost)) in UpdateRouterOnFtdChild()
3463 leader->SetNextHopAndCost(RouterIdFromRloc16(mParent.GetRloc16()), mParent.GetLeaderCost()); in HandleAddressSolicitResponse()