Home
last modified time | relevance | path

Searched refs:kErrorRejected (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/tests/unit/
Dtest_netif.cpp171 VerifyOrQuit(netif.UnsubscribeExternalMulticast(address) == kErrorRejected, in TestNetifMulticastAddresses()
175 VerifyOrQuit(netif.UnsubscribeExternalMulticast(address) == kErrorRejected, in TestNetifMulticastAddresses()
203 VerifyOrQuit(netif.SubscribeExternalMulticast(addresses[i]) == kErrorRejected, in TestNetifMulticastAddresses()
/openthread-latest/src/core/net/
Dnetif.cpp306 VerifyOrExit(cur->GetAddress() != aAddress, error = kErrorRejected); in SubscribeExternalMulticast()
333 VerifyOrExit(IsMulticastAddressExternal(*entry), error = kErrorRejected); in UnsubscribeExternalMulticast()
480 VerifyOrExit(IsUnicastAddressExternal(*entry), error = kErrorRejected); in RemoveExternalUnicastAddress()
Dsrp_server.cpp2077 Error error = kErrorRejected; in ProcessTtl()
/openthread-latest/src/core/common/
Derror.hpp89 constexpr Error kErrorRejected = OT_ERROR_REJECTED; variable
/openthread-latest/src/core/meshcop/
Dtcat_agent.cpp392 error = kErrorRejected; in HandleSingleTlv()
483 case kErrorRejected: in HandleSingleTlv()
520 error = kErrorRejected; in HandleSetActiveOperationalDataset()
Ddataset_manager.cpp520 error = kErrorRejected; in HandleMgmtSetResponse()
/openthread-latest/src/core/thread/
Dmle.cpp3265 VerifyOrExit(RouterIdMatch(sourceAddress, shortAddress), error = kErrorRejected); in HandleChildIdResponse()