Home
last modified time | relevance | path

Searched refs:HasMatchingRouterIdWith (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Dmesh_forwarder_ftd.cpp420 …if (mle.IsRouterOrLeader() && Mle::IsChildRloc16(mMeshDest) && mle.HasMatchingRouterIdWith(mMeshDe… in UpdateIp6RouteFtd()
550 if (Get<Mle::Mle>().HasMatchingRouterIdWith(aMeshDest)) in CheckReachability()
695 if (!Get<Mle::Mle>().HasMatchingRouterIdWith(aRxInfo.GetSrcAddr().GetShort())) in UpdateRoutes()
H A Dnetwork_data_notifier.cpp141 if (Mle::IsChildRloc16(rloc16) && Get<Mle::Mle>().HasMatchingRouterIdWith(rloc16) && in RemoveStaleChildEntries()
H A Dchild_table.cpp323 VerifyOrExit(Get<Mle::Mle>().HasMatchingRouterIdWith(aRloc16)); in HasMinimalChild()
H A Drouter_table.cpp453 if (Get<Mle::Mle>().HasMatchingRouterIdWith(aDestRloc16)) in GetNextHopAndPathCost()
H A Dmle.hpp560 bool HasMatchingRouterIdWith(uint16_t aRloc16) const { return RouterIdMatch(mRloc16, aRloc16); } in HasMatchingRouterIdWith() function in ot::Mle::Mle
H A Dmle_router.cpp2806 if ((aChild.GetRloc16() == 0) || !HasMatchingRouterIdWith(aChild.GetRloc16())) in SendChildIdResponse()
H A Dmle.cpp3573 if (!HasMatchingRouterIdWith(sourceAddress)) in HandleChildUpdateResponse()