Lines Matching refs:mNeighbor
742 … 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()
1344 *static_cast<Neighbor *>(router) = *aRxInfo.mNeighbor; in HandleAdvertisementOnFtd()
1353 …Get<AddressResolver>().ReplaceEntriesForRloc16(aRxInfo.mNeighbor->GetRloc16(), router->GetRloc16()… in HandleAdvertisementOnFtd()
1374 if (aRxInfo.mNeighbor && aRxInfo.mNeighbor->GetRloc16() != aSourceAddress) in HandleAdvertisementOnFtd()
1376 RemoveNeighbor(*aRxInfo.mNeighbor); in HandleAdvertisementOnFtd()
2461 if ((aRxInfo.mNeighbor == nullptr) || IsRouterRloc16(aRxInfo.mNeighbor->GetRloc16()) || in HandleChildUpdateResponseOnParent()
2462 !Get<ChildTable>().Contains(*aRxInfo.mNeighbor)) in HandleChildUpdateResponseOnParent()
2468 child = static_cast<Child *>(aRxInfo.mNeighbor); in HandleChildUpdateResponseOnParent()