Home
last modified time | relevance | path

Searched refs:HasRloc16 (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Drouter_table.cpp271 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()
H A Dmesh_forwarder_ftd.cpp177 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()
H A Dnetwork_data_leader.cpp366 …result = ThreeWayCompare((Get<Mle::Mle>().HasRloc16(aFirstRloc)), Get<Mle::Mle>().HasRloc16(aSecon… in CompareRouteEntries()
H A Daddress_resolver.cpp400 … 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()
H A Dmle.hpp535 bool HasRloc16(uint16_t aRloc16) const { return mRloc16 == aRloc16; } in HasRloc16() function in ot::Mle::Mle
H A Dnetwork_data_leader_ftd.cpp171 if (!Get<Mle::Mle>().HasRloc16(parentRloc16)) in AnycastLookup()
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_api.cpp84 …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()
/aosp_15_r20/external/openthread/src/core/utils/
H A Dmesh_diag.cpp506 mIsThisDevice = mle.HasRloc16(mRloc16); in ParseFrom()
581 aChildInfo.mIsThisDevice = mMessage->Get<Mle::Mle>().HasRloc16(aChildInfo.mRloc16); in GetNextChildInfo()
/aosp_15_r20/external/openthread/src/core/border_router/
H A Drouting_manager.cpp1113 if (Get<Mle::Mle>().HasRloc16(rloc16) || mPeerBrs.ContainsMatching(rloc16)) in HandleNotifierEvents()