Searched refs:HasRloc16 (Results 1 – 9 of 9) sorted by relevance
271 VerifyOrExit(!Get<Mle::Mle>().HasRloc16(aRloc16)); in FindNeighbor()365 VerifyOrExit(!Get<Mle::Mle>().HasRloc16(aRouter.GetRloc16()) && aRouter.IsStateValid()); in GetLinkCost()411 if (Get<Mle::Mle>().HasRloc16(aDestRloc16)) in GetNextHopAndPathCost()628 … if (router == nullptr || Get<Mle::Mle>().HasRloc16(router->GetRloc16()) || router == neighbor) in UpdateRoutes()778 if (Get<Mle::Mle>().HasRloc16(routerRloc16)) in FillRouteTlv()898 if (Get<Mle::Mle>().HasRloc16(router.GetRloc16())) in LogRouteTable()
177 Get<Mle::Mle>().HasRloc16(Get<AddressResolver>().LookUp(ip6Dst))) in HandleResolved()531 if (Get<Mle::Mle>().HasRloc16(aMeshDest)) in CheckReachability()543 if (Get<Mle::Mle>().HasRloc16(aMeshDest)) in CheckReachability()592 if (Get<Mle::Mle>().HasRloc16(aRxInfo.GetDstAddr().GetShort()) || in HandleMesh()
366 …result = ThreeWayCompare((Get<Mle::Mle>().HasRloc16(aFirstRloc)), Get<Mle::Mle>().HasRloc16(aSecon… in CompareRouteEntries()
400 … VerifyOrExit(!Get<Mle::Mle>().HasRloc16(aRloc16) && !Get<ChildTable>().HasMinimalChild(aRloc16)); in UpdateSnoopedCacheEntry()405 VerifyOrExit(Get<Mle::Mle>().HasRloc16(aDest) || Get<ChildTable>().HasMinimalChild(aDest)); in UpdateSnoopedCacheEntry()
535 bool HasRloc16(uint16_t aRloc16) const { return mRloc16 == aRloc16; } in HasRloc16() function in ot::Mle::Mle
171 if (!Get<Mle::Mle>().HasRloc16(parentRloc16)) in AnycastLookup()
84 …VerifyOrExit(!AsCoreType(aInstance).Get<Mle::Mle>().HasRloc16(Mle::kInvalidRloc16), error = kError… in otThreadGetLeaderRloc()200 …VerifyOrExit(!AsCoreType(aInstance).Get<Mle::Mle>().HasRloc16(Mle::kInvalidRloc16), error = kError… in otThreadGetServiceAloc()
506 mIsThisDevice = mle.HasRloc16(mRloc16); in ParseFrom()581 aChildInfo.mIsThisDevice = mMessage->Get<Mle::Mle>().HasRloc16(aChildInfo.mRloc16); in GetNextChildInfo()
1113 if (Get<Mle::Mle>().HasRloc16(rloc16) || mPeerBrs.ContainsMatching(rloc16)) in HandleNotifierEvents()