ESP-IDF
otBackboneRouterConfig::mReregistrationDelay
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otBackboneRouterConfig::mReregistrationDelay
otBackboneRouterConfig::mReregistrationDelay field
Syntax
Show:
Summary
Declaration
from
backbone_router.h:59
uint16_t
mReregistrationDelay
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mReregistrationDelay
;
///< Reregistration Delay (in seconds)
backbone_router.h:59
aConfig
.
mReregistrationDelay
,
ToUlong
(
aConfig
.
mMlrTimeout
)
)
;
bbr_leader.cpp:94
ot::BackboneRouter::Leader
ot::BackboneRouter::Leader::LogBackboneRouterPrimary() const
else
if
(
config
.
mReregistrationDelay
!=
mConfig
.
mReregistrationDelay
||
config
.
mMlrTimeout
!=
mConfig
.
mMlrTimeout
)
bbr_leader.cpp:184
ot::BackboneRouter::Leader
ot::BackboneRouter::Leader::UpdateBackboneRouterPrimary()
aConfig
.
mReregistrationDelay
=
mReregistrationDelay
;
bbr_local.cpp:119
ot::BackboneRouter::Local
ot::BackboneRouter::Local::GetConfig() const
VerifyOrExit
(
aConfig
.
mReregistrationDelay
>=
1
,
error
=
kErrorInvalidArgs
)
;
bbr_local.cpp:134
ot::BackboneRouter::Local
ot::BackboneRouter::Local::SetConfig()
static_assert
(
sizeof
(
aConfig
.
mReregistrationDelay
)
<
sizeof
(
aConfig
.
mMlrTimeout
)
,
bbr_local.cpp:135
ot::BackboneRouter::Local
ot::BackboneRouter::Local::SetConfig()
VerifyOrExit
(
aConfig
.
mReregistrationDelay
*
2
<
aConfig
.
mMlrTimeout
,
error
=
kErrorInvalidArgs
)
;
bbr_local.cpp:137
ot::BackboneRouter::Local
ot::BackboneRouter::Local::SetConfig()
if
(
aConfig
.
mReregistrationDelay
!=
mReregistrationDelay
)
bbr_local.cpp:139
ot::BackboneRouter::Local
ot::BackboneRouter::Local::SetConfig()
mReregistrationDelay
=
aConfig
.
mReregistrationDelay
;
bbr_local.cpp:141
ot::BackboneRouter::Local
ot::BackboneRouter::Local::SetConfig()
mReregistrationDelay
=
aConfig
.
mReregistrationDelay
;
bbr_local.cpp:268
ot::BackboneRouter::Local
ot::BackboneRouter::Local::HandleBackboneRouterPrimaryUpdate()
OutputLine
(
"delay: %u secs"
,
aConfig
.
mReregistrationDelay
)
;
cli_bbr.cpp:46
ot::Cli::Bbr
ot::Cli::Bbr::OutputConfig()
SuccessOrExit
(
error
=
arg
->
ParseAsUint16
(
config
.
mReregistrationDelay
)
)
;
cli_bbr.cpp:403
ot::Cli::Bbr
ot::Cli::Bbr::Process()
delay
=
config
.
mReregistrationDelay
>
1
?
Random
::
NonCrypto
::
GetUint16InRange
(
1
,
config
.
mReregistrationDelay
)
:
1
;
dua_manager.cpp:268
ot::DuaManager
ot::DuaManager::UpdateReregistrationDelay()
reregDelay
=
config
.
mReregistrationDelay
>
1
mlr_manager.cpp:464
ot::MlrManager
ot::MlrManager::HandleMlrResponse()
?
Random
::
NonCrypto
::
GetUint16InRange
(
1
,
config
.
mReregistrationDelay
)
mlr_manager.cpp:465
ot::MlrManager
ot::MlrManager::HandleMlrResponse()
reregDelay
=
config
.
mReregistrationDelay
>
1
mlr_manager.cpp:629
ot::MlrManager
ot::MlrManager::UpdateReregistrationDelay()
?
Random
::
NonCrypto
::
GetUint16InRange
(
1
,
config
.
mReregistrationDelay
)
mlr_manager.cpp:630
ot::MlrManager
ot::MlrManager::UpdateReregistrationDelay()
aConfig
.
mReregistrationDelay
=
rvalServerData
->
GetReregistrationDelay
(
)
;
network_data_service.cpp:126
ot::NetworkData::Service::Manager
ot::NetworkData::Service::Manager::GetBackboneRouterPrimary() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otBackboneRouterConfig::mReregistrationDelay
is written by 2 functions and is read by 9 functions:
ot::NetworkData::Service::Manager::GetBackboneRouterPrimary() const
ot::BackboneRouter::Local::GetConfig() const
All items filtered out
otBackboneRouterConfig::mReregistrationDelay
ot::DuaManager::UpdateReregistrationDelay()
ot::MlrManager::HandleMlrResponse()
ot::MlrManager::UpdateReregistrationDelay()
ot::BackboneRouter::Leader::LogBackboneRouterPrimary() const
ot::BackboneRouter::Leader::UpdateBackboneRouterPrimary()
ot::BackboneRouter::Local::SetConfig()
ot::BackboneRouter::Local::HandleBackboneRouterPrimaryUpdate()
ot::Cli::Bbr::OutputConfig()
ot::Cli::Bbr::Process()
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