ESP-IDF
ot::kErrorRejected
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::kErrorRejected
ot::kErrorRejected variable
Syntax
Show:
Summary
Declaration
from
error.hpp:89
constexpr
Error
kErrorRejected
=
OT_ERROR_REJECTED
;
Examples
References
from
examples
Code
Location
Scope
Referrer
constexpr
Error
kErrorRejected
=
OT_ERROR_REJECTED
;
error.hpp:89
error
=
kErrorRejected
;
dataset_manager.cpp:520
ot::MeshCoP::DatasetManager
ot::MeshCoP::DatasetManager::HandleMgmtSetResponse()
VerifyOrExit
(
RouterIdMatch
(
sourceAddress
,
shortAddress
)
,
error
=
kErrorRejected
)
;
mle.cpp:3186
ot::Mle::Mle
ot::Mle::Mle::HandleChildIdResponse()
VerifyOrExit
(
cur
->
GetAddress
(
)
!=
aAddress
,
error
=
kErrorRejected
)
;
netif.cpp:306
ot::Ip6::Netif
ot::Ip6::Netif::SubscribeExternalMulticast()
VerifyOrExit
(
IsMulticastAddressExternal
(
*
entry
)
,
error
=
kErrorRejected
)
;
netif.cpp:333
ot::Ip6::Netif
ot::Ip6::Netif::UnsubscribeExternalMulticast()
VerifyOrExit
(
IsUnicastAddressExternal
(
*
entry
)
,
error
=
kErrorRejected
)
;
netif.cpp:480
ot::Ip6::Netif
ot::Ip6::Netif::RemoveExternalUnicastAddress()
Error
error
=
kErrorRejected
;
srp_server.cpp:2078
ot::Srp::Server::Host
ot::Srp::Server::Host::ProcessTtl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::kErrorRejected
is read by 6 functions:
All items filtered out
ot::kErrorRejected
ot::Mle::Mle::HandleChildIdResponse()
ot::MeshCoP::DatasetManager::HandleMgmtSetResponse()
ot::Ip6::Netif::SubscribeExternalMulticast()
ot::Ip6::Netif::UnsubscribeExternalMulticast()
ot::Ip6::Netif::RemoveExternalUnicastAddress()
ot::Srp::Server::Host::ProcessTtl()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out