Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter_table.cpp553 void RouterTable::UpdateRoutes(const Mle::RouteTlv &aRouteTlv, uint8_t aNeighborId) in UpdateRoutes() argument
559 neighbor = FindRouterById(aNeighborId); in UpdateRoutes()
655 if (router->SetNextHopAndCost(aNeighborId, cost)) in UpdateRoutes()
674 router->SetNextHopAndCost(aNeighborId, cost); in UpdateRoutes()
Dmle_router.hpp655 bool ShouldDowngrade(uint8_t aNeighborId, const RouteTlv &aRouteTlv) const;
656 … bool NeighborHasComparableConnectivity(const RouteTlv &aRouteTlv, uint8_t aNeighborId) const;
Drouter_table.hpp335 void UpdateRoutes(const Mle::RouteTlv &aRouteTlv, uint8_t aNeighborId);
Dmle_router.cpp3749 bool MleRouter::ShouldDowngrade(uint8_t aNeighborId, const RouteTlv &aRouteTlv) const in ShouldDowngrade() argument
3760 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()