Home
last modified time | relevance | path

Searched refs:mNeighbor (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dmle_router.cpp742 … VerifyOrExit(aRxInfo.IsNeighborStateValid() && IsRouterRloc16(aRxInfo.mNeighbor->GetRloc16()), in HandleLinkRequest()
744 neighbor = aRxInfo.mNeighbor; in HandleLinkRequest()
936 if (aRxInfo.mNeighbor && aRxInfo.mNeighbor->GetRloc16() != sourceAddress) in HandleLinkAcceptVariant()
938 RemoveNeighbor(*aRxInfo.mNeighbor); in HandleLinkAcceptVariant()
1108 if ((aRxInfo.mNeighbor != nullptr) && Get<RouterTable>().Contains(*aRxInfo.mNeighbor)) in ProcessRouteTlv()
1110 neighborRloc16 = aRxInfo.mNeighbor->GetRloc16(); in ProcessRouteTlv()
1123 aRxInfo.mNeighbor = Get<NeighborTable>().FindNeighbor(neighborRloc16); in ProcessRouteTlv()
1237 if (IsChild() && (aRxInfo.mNeighbor == &mParent)) in HandleAdvertisementOnFtd()
1292 if (aRxInfo.mNeighbor == &mParent) in HandleAdvertisementOnFtd()
1339 …IsStateValid() && aRxInfo.IsNeighborStateValid() && Get<ChildTable>().Contains(*aRxInfo.mNeighbor)) in HandleAdvertisementOnFtd()
[all …]
Dmle.hpp1085 , mNeighbor(nullptr) in RxInfo()
1090 …bool IsNeighborStateValid(void) const { return (mNeighbor != nullptr) && mNeighbor->IsStateValid()… in IsNeighborStateValid()
1096 …Neighbor *mNeighbor; // Neighbor from which message was received (can be `nullpt… member
Dmle.cpp2510 rxInfo.mNeighbor = neighbor; in HandleUdpReceive()
2663 … LogInfo("Large key seq jump in peer class msg from 0x%04x ", aRxInfo.mNeighbor->GetRloc16()); in ProcessKeySequence()
2664 ReestablishLinkWithNeighbor(*aRxInfo.mNeighbor); in ProcessKeySequence()
2754 VerifyOrExit(aRxInfo.mNeighbor == &mParent); in HandleAdvertisement()
3394 if (aRxInfo.mNeighbor == &mParent) in HandleChildUpdateRequestOnChild()
3462 if ((aRxInfo.mNeighbor != nullptr) && !challenge.IsEmpty()) in HandleChildUpdateRequestOnChild()
3464 aRxInfo.mNeighbor->ClearLastRxFragmentTag(); in HandleChildUpdateRequestOnChild()
3522 … VerifyOrExit((aRxInfo.mNeighbor == &mParent) && mParent.IsStateValid(), error = kErrorSecurity); in HandleChildUpdateResponseOnChild()
3760 …Get<LinkMetrics::Subject>().HandleManagementRequest(aRxInfo.mMessage, *aRxInfo.mNeighbor, status)); in HandleLinkMetricsManagementRequest()
3817 aRxInfo.mNeighbor->AggregateLinkMetrics(seriesId, LinkMetrics::SeriesInfo::kSeriesTypeLinkProbe, in HandleLinkProbe()