Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Drouter_table.cpp111 mRouterIdMap.Release(aRouter.GetRouterId()); in RemoveRouter()
118 if (IsAllocated(aRouter.GetRouterId())) in RemoveRouter()
120 mRouterIdMap.SetIndex(aRouter.GetRouterId(), mRouters.IndexOf((aRouter))); in RemoveRouter()
233 if (router.GetNextHop() == aRouter.GetRouterId()) in RemoveRouterLink()
250 Get<AddressResolver>().RemoveEntriesForRouterId(aRouter.GetRouterId()); in RemoveRouterLink()
751 … if (Get<Mle::Mle>().MatchesRouterId(routerId) || (routerId == aNeighbor->GetRouterId()) || in FillRouteTlv()
907 string.Append(" %2d 0x%04x", router.GetRouterId(), router.GetRloc16()); in LogRouteTable()
931 if (router.GetRouterId() == Get<Mle::Mle>().GetLeaderId()) in LogRouteTable()
Dneighbor.hpp449 uint8_t GetRouterId(void) const { return mRloc16 >> Mle::kRouterIdOffset; } in GetRouterId() function in ot::Neighbor
Dmle_router.cpp1769 IgnoreError(mRouterTable.Release(router.GetRouterId())); in HandleTimeTick()
3451 router = mRouterTable.FindRouterById(mParent.GetRouterId()); in HandleAddressSolicitResponse()
Dmle.cpp2769 …sOrExit(error = Get<MleRouter>().ReadAndProcessRouteTlvOnFtdChild(aRxInfo, mParent.GetRouterId())); in HandleAdvertisement()
2815 …sOrExit(error = Get<MleRouter>().ReadAndProcessRouteTlvOnFtdChild(aRxInfo, mParent.GetRouterId())); in HandleDataResponse()