Home
last modified time | relevance | path

Searched refs:GetNextHop (Results 1 – 11 of 11) sorted by relevance

/openthread-3.6.0/src/core/thread/
Drouter_table.cpp210 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::RouterTable
917 if (router.GetNextHop() != Mle::kInvalidRouterId) in LogRouteTable()
919 string.Append(" - nexthop{%d cost:%d}", router.GetNextHop(), router.GetCost()); in LogRouteTable()
Drouter.hpp102 uint8_t GetNextHop(void) const { return mNextHop; } in GetNextHop() function in ot::Router
Drouter.cpp52 mNextHop = aRouter.GetNextHop(); in SetFrom()
Dmle_router.hpp247 uint16_t GetNextHop(uint16_t aDestination) { return mRouterTable.GetNextHop(aDestination); } in GetNextHop() function in ot::Mle::MleRouter
Drouter_table.hpp193 uint16_t GetNextHop(uint16_t aDestRloc16) const;
Dmesh_forwarder_ftd.cpp377 nextHop = Get<Mle::MleRouter>().GetNextHop(meshHeader.GetDestination()); in UpdateMeshRoute()
580 mMacAddrs.mDestination.SetShort(mle.GetNextHop(mMeshDest)); in UpdateIp6RouteFtd()
Dmesh_forwarder.cpp693 mMacAddrs.mDestination.SetShort(mle.GetNextHop(Mac::kShortAddrBroadcast)); in UpdateIp6Route()
706 mMacAddrs.mDestination.SetShort(mle.GetNextHop(Mac::kShortAddrBroadcast)); in UpdateIp6Route()
Dmle.hpp722 uint16_t GetNextHop(uint16_t aDestination) const;
Daddress_resolver.cpp498 if (Get<RouterTable>().GetNextHop(entry->GetRloc16()) == Mle::kInvalidRloc16) in Resolve()
Dmle_router.cpp1018 if (routerId != mRouterId && !IsRouterIdValid(router->GetNextHop())) in HandleLinkAccept()
3273 if (aSourceMac != GetNextHop(aDestRloc16)) in ResolveRoutingLoops()
3322 else if (GetNextHop(aMeshDest) != Mac::kShortAddrInvalid) in CheckReachability()
Dmle.cpp3883 uint16_t Mle::GetNextHop(uint16_t aDestination) const in GetNextHop() function in ot::Mle::Mle