Home
last modified time | relevance | path

Searched refs:FindNeighbor (Results 1 – 19 of 19) sorted by relevance

/openthread-latest/src/core/thread/
Dneighbor_table.cpp78 Neighbor *NeighborTable::FindNeighbor(const Neighbor::AddressMatcher &aMatcher) in FindNeighbor() function in ot::NeighborTable
97 Neighbor *NeighborTable::FindNeighbor(Mac::ShortAddress aShortAddress, Neighbor::StateFilter aFilte… in FindNeighbor() function in ot::NeighborTable
102 neighbor = FindNeighbor(Neighbor::AddressMatcher(aShortAddress, aFilter)); in FindNeighbor()
108 Neighbor *NeighborTable::FindNeighbor(const Mac::ExtAddress &aExtAddress, Neighbor::StateFilter aFi… in FindNeighbor() function in ot::NeighborTable
110 return FindNeighbor(Neighbor::AddressMatcher(aExtAddress, aFilter)); in FindNeighbor()
113 Neighbor *NeighborTable::FindNeighbor(const Mac::Address &aMacAddress, Neighbor::StateFilter aFilte… in FindNeighbor() function in ot::NeighborTable
115 return FindNeighbor(Neighbor::AddressMatcher(aMacAddress, aFilter)); in FindNeighbor()
134 Neighbor *NeighborTable::FindNeighbor(const Ip6::Address &aIp6Address, Neighbor::StateFilter aFilte… in FindNeighbor() function in ot::NeighborTable
151 neighbor = FindNeighbor(Neighbor::AddressMatcher(macAddress, aFilter)); in FindNeighbor()
181 neighbor = Get<RouterTable>().FindNeighbor(aMacAddress); in FindRxOnlyNeighborRouter()
Dneighbor_table.hpp130 Neighbor *FindNeighbor(Mac::ShortAddress aShortAddress,
141 Neighbor *FindNeighbor(const Mac::ExtAddress &aExtAddress,
152 Neighbor *FindNeighbor(const Mac::Address &aMacAddress,
165 Neighbor *FindNeighbor(const Ip6::Address &aIp6Address,
225 Neighbor *FindNeighbor(const Neighbor::AddressMatcher &aMatcher);
Drouter_table.hpp416 Router *FindNeighbor(uint16_t aRloc16);
417 Router *FindNeighbor(const Mac::ExtAddress &aExtAddress);
418 Router *FindNeighbor(const Mac::Address &aMacAddress);
Dmesh_forwarder_ftd.cpp94 Neighbor *neighbor = Get<NeighborTable>().FindNeighbor(destination); in SendMessage()
282 neighbor = Get<NeighborTable>().FindNeighbor(ip6header.GetDestination()); in RemoveMessagesForChild()
289 neighbor = Get<NeighborTable>().FindNeighbor(meshHeader.GetDestination()); in RemoveMessagesForChild()
360 neighbor = Get<NeighborTable>().FindNeighbor(nextHop); in UpdateMeshRoute()
364 neighbor = Get<NeighborTable>().FindNeighbor(meshHeader.GetDestination()); in UpdateMeshRoute()
429 else if ((neighbor = Get<NeighborTable>().FindNeighbor(aIp6Header.GetDestination())) != nullptr) in UpdateIp6RouteFtd()
542 (Get<NeighborTable>().FindNeighbor(aIp6Header.GetDestination()) != nullptr); in CheckReachability()
688 neighbor = Get<NeighborTable>().FindNeighbor(aRxInfo.mIp6Headers.GetSourceAddress()); in UpdateRoutes()
Dlink_metrics.cpp66 SuccessOrExit(error = FindNeighbor(aDestination, neighbor)); in Query()
228 SuccessOrExit(error = FindNeighbor(aDestination, neighbor)); in SendMgmtRequestForwardTrackingSeries()
259 SuccessOrExit(error = FindNeighbor(aDestination, neighbor)); in SendMgmtRequestEnhAckProbing()
342 SuccessOrExit(error = FindNeighbor(aDestination, neighbor)); in SendLinkProbe()
381 Error Initiator::FindNeighbor(const Ip6::Address &aDestination, Neighbor *&aNeighbor) in FindNeighbor() function in ot::LinkMetrics::Initiator
391 aNeighbor = Get<NeighborTable>().FindNeighbor(macAddress); in FindNeighbor()
Dradio_selector.cpp148 neighbor = Get<NeighborTable>().FindNeighbor(macDest, Neighbor::kInStateAnyExceptInvalid); in UpdateOnSendDone()
276 neighbor = Get<NeighborTable>().FindNeighbor(aMacDest, Neighbor::kInStateAnyExceptInvalid); in SelectRadio()
Dlink_metrics.hpp246 Error FindNeighbor(const Ip6::Address &aDestination, Neighbor *&aNeighbor);
Dchild_supervision.cpp186 … (Get<NeighborTable>().FindNeighbor(aSourceAddress) == &Get<Mle::MleRouter>().GetParent())); in UpdateOnReceive()
Drouter_table.cpp259 Router *RouterTable::FindNeighbor(uint16_t aRloc16) in FindNeighbor() function in ot::RouterTable
270 Router *RouterTable::FindNeighbor(const Mac::ExtAddress &aExtAddress) in FindNeighbor() function in ot::RouterTable
275 Router *RouterTable::FindNeighbor(const Mac::Address &aMacAddress) in FindNeighbor() function in ot::RouterTable
Dmesh_forwarder.cpp853 … const Neighbor *neighbor = Get<NeighborTable>().FindNeighbor(aTxFrameInfo.mAddrs.mDestination); in PrepareMacHeaders()
1117 neighbor = Get<NeighborTable>().FindNeighbor(aMacDest); in UpdateNeighborOnSentFrame()
1457 … Get<NeighborTable>().FindNeighbor(aRxInfo.GetSrcAddr(), Neighbor::kInStateAnyExceptInvalid); in HandleFragment()
Dmle_router.cpp1123 aRxInfo.mNeighbor = Get<NeighborTable>().FindNeighbor(neighborRloc16); in ProcessRouteTlv()
3189 neighbor = mNeighborTable.FindNeighbor(aDestination); in SendDataResponse()
3209 neighbor = mNeighborTable.FindNeighbor(aDestination); in SendDataResponse()
Dmle.cpp2414 : mNeighborTable.FindNeighbor(extAddr); in HandleUdpReceive()
2610 neighbor = Get<NeighborTable>().FindNeighbor(extAddr, Neighbor::kInStateAnyExceptInvalid); in HandleUdpReceive()
/openthread-latest/src/core/utils/
Dlink_metrics_manager.cpp218 neighbor = Get<NeighborTable>().FindNeighbor(extAddress); in HandleMgmtResponse()
283 Neighbor *neighbor = aInstance.Get<NeighborTable>().FindNeighbor(mExtAddress); in ConfigureEap()
309 Neighbor *neighbor = aInstance.Get<NeighborTable>().FindNeighbor(mExtAddress); in UnregisterEap()
Dhistory_tracker.cpp135 …Neighbor *neighbor = Get<NeighborTable>().FindNeighbor(aMacAddress, Neighbor::kInStateAnyExceptInv… in RecordMessage()
/openthread-latest/src/core/api/
Dmulti_radio_api.cpp51 neighbor = AsCoreType(aInstance).Get<NeighborTable>().FindNeighbor(AsCoreType(aExtAddress), in otMultiRadioGetNeighborInfo()
/openthread-latest/src/core/radio/
Dtrel_link.cpp141 neighbor = Get<NeighborTable>().FindNeighbor(destAddr, Neighbor::kInStateAnyExceptInvalid); in BeginTransmit()
427 neighbor = Get<NeighborTable>().FindNeighbor(srcAddress, Neighbor::kInStateAnyExceptInvalid); in HandleAck()
Dtrel_interface.cpp321 … if (Get<NeighborTable>().FindNeighbor(entry.GetExtAddress(), Neighbor::kInStateAny) != nullptr) in GetNewPeerEntry()
/openthread-latest/src/core/mac/
Dmac.cpp1203 neighbor = Get<NeighborTable>().FindNeighbor(dstAddr); in RecordFrameTransmitStatus()
1330 Neighbor *neighbor = Get<NeighborTable>().FindNeighbor(dstAddr); in HandleTransmitDone()
1759 neighbor = Get<NeighborTable>().FindNeighbor(srcAddr); in ProcessEnhAckSecurity()
1768 neighbor = Get<NeighborTable>().FindNeighbor(dstAddr); in ProcessEnhAckSecurity()
1868 neighbor = !srcaddr.IsNone() ? Get<NeighborTable>().FindNeighbor(srcaddr) : nullptr; in HandleReceivedFrame()
/openthread-latest/src/core/backbone_router/
Dbbr_manager.cpp496 VerifyOrExit(Get<NeighborTable>().FindNeighbor(aAddress) == nullptr); in ShouldForwardDuaToBackbone()