Lines Matching refs:kErrorDrop
743 error = kErrorDrop); in HandleLinkRequest()
840 VerifyOrExit(router != nullptr, error = kErrorDrop); in SendLinkAccept()
848 ExitNow(error = kErrorDrop); in SendLinkAccept()
964 VerifyOrExit(GetRloc16() == address16, error = kErrorDrop); in HandleLinkAcceptVariant()
1234 error = kErrorDrop); in HandleAdvertisementOnFtd()
1252 ExitNow(error = kErrorDrop); in HandleAdvertisementOnFtd()
1266 error = kErrorDrop; in HandleAdvertisementOnFtd()
1461 VerifyOrExit(!IsDetached() && !IsAttaching(), error = kErrorDrop); in HandleParentRequest()
1470 VerifyOrExit(mRouterTable.GetLeaderAge() < mNetworkIdTimeout, error = kErrorDrop); in HandleParentRequest()
1473 VerifyOrExit(mRouterTable.GetPathCostToLeader() < kMaxRouteCost, error = kErrorDrop); in HandleParentRequest()
1493 VerifyOrExit(mRouterTable.GetActiveRouterCount() < kMaxRouters, error = kErrorDrop); in HandleParentRequest()
2761 … VerifyOrExit(Get<MeshCoP::ExtendedPanIdManager>().GetExtPanId() != extPanId, error = kErrorDrop); in HandleDiscoveryRequest()