Searched refs:HasMatchingRouterIdWith (Results 1 – 7 of 7) sorted by relevance
420 …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()
141 if (Mle::IsChildRloc16(rloc16) && Get<Mle::Mle>().HasMatchingRouterIdWith(rloc16) && in RemoveStaleChildEntries()
323 VerifyOrExit(Get<Mle::Mle>().HasMatchingRouterIdWith(aRloc16)); in HasMinimalChild()
453 if (Get<Mle::Mle>().HasMatchingRouterIdWith(aDestRloc16)) in GetNextHopAndPathCost()
560 bool HasMatchingRouterIdWith(uint16_t aRloc16) const { return RouterIdMatch(mRloc16, aRloc16); } in HasMatchingRouterIdWith() function in ot::Mle::Mle
2806 if ((aChild.GetRloc16() == 0) || !HasMatchingRouterIdWith(aChild.GetRloc16())) in SendChildIdResponse()
3573 if (!HasMatchingRouterIdWith(sourceAddress)) in HandleChildUpdateResponse()