ESP-IDF
ot::kErrorDuplicated
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::kErrorDuplicated
ot::kErrorDuplicated variable
Syntax
Show:
Summary
Declaration
from
error.hpp:82
constexpr
Error
kErrorDuplicated
=
OT_ERROR_DUPLICATED
;
Examples
References
from
examples
Code
Location
Scope
Referrer
constexpr
Error
kErrorDuplicated
=
OT_ERROR_DUPLICATED
;
error.hpp:82
case
kErrorDuplicated
:
bbr_manager.cpp:404
ot::BackboneRouter::Manager
ot::BackboneRouter::Manager::HandleDuaRegistration()
error
=
kErrorDuplicated
;
dns_types.cpp:83
ot::Dns::Header
ot::Dns::Header::ResponseCodeToError()
VerifyOrExit
(
(
frameCounter
+
1
)
!=
neighborFrameCounter
,
error
=
kErrorDuplicated
)
;
mac.cpp:1590
ot::Mac::Mac
ot::Mac::Mac::ProcessReceiveSecurity()
case
kErrorDuplicated
:
mac.cpp:1862
ot::Mac::Mac
ot::Mac::Mac::HandleReceivedFrame()
case
kErrorDuplicated
:
mac.cpp:2055
ot::Mac::Mac
ot::Mac::Mac::HandleReceivedFrame()
VerifyOrExit
(
frameCounter
>=
neighbor
->
GetMleFrameCounter
(
)
,
error
=
kErrorDuplicated
)
;
mle.cpp:2401
ot::Mle::Mle
ot::Mle::Mle::HandleUdpReceive()
VerifyOrExit
(
keySequence
>
neighbor
->
GetKeySequence
(
)
,
error
=
kErrorDuplicated
)
;
mle.cpp:2405
ot::Mle::Mle
ot::Mle::Mle::HandleUdpReceive()
ExitNow
(
error
=
kErrorDuplicated
)
;
mle_router.cpp:1415
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleParentRequest()
VerifyOrExit
(
proxy
->
mMeshLocalIid
==
aMeshLocalIid
,
error
=
kErrorDuplicated
)
;
ndproxy_table.cpp:159
ot::BackboneRouter::NdProxyTable
ot::BackboneRouter::NdProxyTable::Register()
if
(
(
error
==
kErrorDuplicated
)
||
(
error
==
kErrorSecurity
)
)
srp_client.cpp:1834
ot::Srp::Client
ot::Srp::Client::ProcessResponse()
case
kErrorDuplicated
:
srp_server.cpp:63
ot::Srp::ErrorToDnsResponseCode()
VerifyOrExit
(
!
HasNameConflictsWith
(
aHost
)
,
error
=
kErrorDuplicated
)
;
srp_server.cpp:888
ot::Srp::Server
ot::Srp::Server::ProcessUpdateSection() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::kErrorDuplicated
is read by 10 functions:
All items filtered out
ot::kErrorDuplicated
ot::Mac::Mac::ProcessReceiveSecurity()
ot::Mac::Mac::HandleReceivedFrame()
ot::Mle::Mle::HandleUdpReceive()
ot::Mle::MleRouter::HandleParentRequest()
ot::BackboneRouter::Manager::HandleDuaRegistration()
ot::BackboneRouter::NdProxyTable::Register()
ot::Dns::Header::ResponseCodeToError()
ot::Srp::Client::ProcessResponse()
ot::Srp::ErrorToDnsResponseCode()
ot::Srp::Server::ProcessUpdateSection() const
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