Searched refs:aNeighborId (Results 1 – 4 of 4) sorted by relevance
561 void RouterTable::UpdateRoutes(const Mle::RouteTlv &aRouteTlv, uint8_t aNeighborId) in UpdateRoutes() argument567 neighbor = FindRouterById(aNeighborId); in UpdateRoutes()644 if (router->SetNextHopAndCost(aNeighborId, cost)) in UpdateRoutes()663 router->SetNextHopAndCost(aNeighborId, cost); in UpdateRoutes()
675 bool ShouldDowngrade(uint8_t aNeighborId, const RouteTlv &aRouteTlv) const;676 bool NeighborHasComparableConnectivity(const RouteTlv &aRouteTlv, uint8_t aNeighborId) const;
368 void UpdateRoutes(const Mle::RouteTlv &aRouteTlv, uint8_t aNeighborId);
3668 bool MleRouter::ShouldDowngrade(uint8_t aNeighborId, const RouteTlv &aRouteTlv) const in ShouldDowngrade() argument3679 VerifyOrExit(mRouterTable.IsAllocated(aNeighborId)); in ShouldDowngrade()3717 VerifyOrExit(NeighborHasComparableConnectivity(aRouteTlv, aNeighborId)); in ShouldDowngrade()3730 bool MleRouter::NeighborHasComparableConnectivity(const RouteTlv &aRouteTlv, uint8_t aNeighborId) c… in NeighborHasComparableConnectivity()3746 if ((routerId == mRouterId) || (routerId == aNeighborId)) in NeighborHasComparableConnectivity()