Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter_table.cpp561 void RouterTable::UpdateRoutes(const Mle::RouteTlv &aRouteTlv, uint8_t aNeighborId) in UpdateRoutes() argument
567 neighbor = FindRouterById(aNeighborId); in UpdateRoutes()
644 if (router->SetNextHopAndCost(aNeighborId, cost)) in UpdateRoutes()
663 router->SetNextHopAndCost(aNeighborId, cost); in UpdateRoutes()
Dmle_router.hpp675 bool ShouldDowngrade(uint8_t aNeighborId, const RouteTlv &aRouteTlv) const;
676 bool NeighborHasComparableConnectivity(const RouteTlv &aRouteTlv, uint8_t aNeighborId) const;
Drouter_table.hpp368 void UpdateRoutes(const Mle::RouteTlv &aRouteTlv, uint8_t aNeighborId);
Dmle_router.cpp3668 bool MleRouter::ShouldDowngrade(uint8_t aNeighborId, const RouteTlv &aRouteTlv) const in ShouldDowngrade() argument
3679 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()