Searched refs:GetNextHop (Results 1 – 11 of 11) sorted by relevance
210 if (otherRouter.GetNextHop() == aRouterId) in Release()241 if (router.GetNextHop() == aRouter.GetRouterId()) in RemoveRouterLink()253 if (aRouter.GetNextHop() == Mle::kInvalidRouterId) in RemoveRouterLink()306 …rTable::FindNextHopOf(const Router &aRouter) const { return FindRouterById(aRouter.GetNextHop()); } in FindNextHopOf()504 uint16_t RouterTable::GetNextHop(uint16_t aDestRloc16) const in GetNextHop() function in ot::RouterTable917 if (router.GetNextHop() != Mle::kInvalidRouterId) in LogRouteTable()919 string.Append(" - nexthop{%d cost:%d}", router.GetNextHop(), router.GetCost()); in LogRouteTable()
102 uint8_t GetNextHop(void) const { return mNextHop; } in GetNextHop() function in ot::Router
52 mNextHop = aRouter.GetNextHop(); in SetFrom()
247 uint16_t GetNextHop(uint16_t aDestination) { return mRouterTable.GetNextHop(aDestination); } in GetNextHop() function in ot::Mle::MleRouter
193 uint16_t GetNextHop(uint16_t aDestRloc16) const;
377 nextHop = Get<Mle::MleRouter>().GetNextHop(meshHeader.GetDestination()); in UpdateMeshRoute()580 mMacAddrs.mDestination.SetShort(mle.GetNextHop(mMeshDest)); in UpdateIp6RouteFtd()
693 mMacAddrs.mDestination.SetShort(mle.GetNextHop(Mac::kShortAddrBroadcast)); in UpdateIp6Route()706 mMacAddrs.mDestination.SetShort(mle.GetNextHop(Mac::kShortAddrBroadcast)); in UpdateIp6Route()
722 uint16_t GetNextHop(uint16_t aDestination) const;
498 if (Get<RouterTable>().GetNextHop(entry->GetRloc16()) == Mle::kInvalidRloc16) in Resolve()
1018 if (routerId != mRouterId && !IsRouterIdValid(router->GetNextHop())) in HandleLinkAccept()3273 if (aSourceMac != GetNextHop(aDestRloc16)) in ResolveRoutingLoops()3322 else if (GetNextHop(aMeshDest) != Mac::kShortAddrInvalid) in CheckReachability()
3883 uint16_t Mle::GetNextHop(uint16_t aDestination) const in GetNextHop() function in ot::Mle::Mle