Searched refs:aNeighborId (Results 1 – 4 of 4) sorted by relevance
553 void RouterTable::UpdateRoutes(const Mle::RouteTlv &aRouteTlv, uint8_t aNeighborId) in UpdateRoutes() argument559 neighbor = FindRouterById(aNeighborId); in UpdateRoutes()655 if (router->SetNextHopAndCost(aNeighborId, cost)) in UpdateRoutes()674 router->SetNextHopAndCost(aNeighborId, cost); in UpdateRoutes()
655 bool ShouldDowngrade(uint8_t aNeighborId, const RouteTlv &aRouteTlv) const;656 … bool NeighborHasComparableConnectivity(const RouteTlv &aRouteTlv, uint8_t aNeighborId) const;
335 void UpdateRoutes(const Mle::RouteTlv &aRouteTlv, uint8_t aNeighborId);
3749 bool MleRouter::ShouldDowngrade(uint8_t aNeighborId, const RouteTlv &aRouteTlv) const in ShouldDowngrade() argument3760 VerifyOrExit(mRouterTable.IsAllocated(aNeighborId)); in ShouldDowngrade()3798 VerifyOrExit(NeighborHasComparableConnectivity(aRouteTlv, aNeighborId)); in ShouldDowngrade()3811 bool MleRouter::NeighborHasComparableConnectivity(const RouteTlv &aRouteTlv, uint8_t aNeighborId) c… in NeighborHasComparableConnectivity()3827 if ((routerId == mRouterId) || (routerId == aNeighborId)) in NeighborHasComparableConnectivity()