Searched refs:IsNeighborStateValid (Results 1 – 3 of 3) sorted by relevance
2659 VerifyOrExit(aRxInfo.IsNeighborStateValid()); in ProcessKeySequence()2779 VerifyOrExit(aRxInfo.IsNeighborStateValid()); in HandleAdvertisement()2800 VerifyOrExit(aRxInfo.IsNeighborStateValid(), error = kErrorDrop); in HandleDataResponse()3260 VerifyOrExit(aRxInfo.IsNeighborStateValid(), error = kErrorSecurity); in HandleChildIdResponse()3757 VerifyOrExit(aRxInfo.IsNeighborStateValid(), error = kErrorInvalidState); in HandleLinkMetricsManagementRequest()3776 VerifyOrExit(aRxInfo.IsNeighborStateValid()); in HandleTimeSync()3794 VerifyOrExit(aRxInfo.IsNeighborStateValid(), error = kErrorInvalidState); in HandleLinkMetricsManagementResponse()3814 VerifyOrExit(aRxInfo.IsNeighborStateValid(), error = kErrorInvalidState); in HandleLinkProbe()
742 … VerifyOrExit(aRxInfo.IsNeighborStateValid() && IsRouterRloc16(aRxInfo.mNeighbor->GetRloc16()), in HandleLinkRequest()1260 VerifyOrExit(aRxInfo.IsNeighborStateValid()); in HandleAdvertisementOnFtd()1282 if (aRxInfo.IsNeighborStateValid() && mRouterTable.IsRouteTlvIdSequenceMoreRecent(routeTlv)) in HandleAdvertisementOnFtd()1339 …if (!router->IsStateValid() && aRxInfo.IsNeighborStateValid() && Get<ChildTable>().Contains(*aRxIn… in HandleAdvertisementOnFtd()2602 VerifyOrExit(aRxInfo.IsNeighborStateValid(), error = kErrorSecurity); in HandleDataRequest()
1090 …bool IsNeighborStateValid(void) const { return (mNeighbor != nullptr) && mNeighbor->IsStateValid()… in IsNeighborStateValid() function