ESP-IDF
otBackboneRouterConfig::mMlrTimeout
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
otBackboneRouterConfig::mMlrTimeout
otBackboneRouterConfig::mMlrTimeout field
Syntax
Show:
Summary
Declaration
from
backbone_router.h:60
uint32_t
mMlrTimeout
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mMlrTimeout
;
///< Multicast Listener Registration Timeout (in seconds)
backbone_router.h:60
aTimeout
=
config
.
mMlrTimeout
;
backbone_router_ftd_api.cpp:166
otBackboneRouterMulticastListenerAdd()
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()
uint32_t
origTimeout
=
config
.
mMlrTimeout
;
bbr_leader.cpp:196
ot::BackboneRouter::Leader
ot::BackboneRouter::Leader::UpdateBackboneRouterPrimary()
config
.
mMlrTimeout
=
Clamp
(
config
.
mMlrTimeout
,
kMinMlrTimeout
,
kMaxMlrTimeout
)
;
bbr_leader.cpp:198
ot::BackboneRouter::Leader
ot::BackboneRouter::Leader::UpdateBackboneRouterPrimary()
if
(
config
.
mMlrTimeout
!=
origTimeout
)
bbr_leader.cpp:200
ot::BackboneRouter::Leader
ot::BackboneRouter::Leader::UpdateBackboneRouterPrimary()
ToUlong
(
config
.
mMlrTimeout
)
)
;
bbr_leader.cpp:203
ot::BackboneRouter::Leader
ot::BackboneRouter::Leader::UpdateBackboneRouterPrimary()
aConfig
.
mMlrTimeout
=
mMlrTimeout
;
bbr_local.cpp:120
ot::BackboneRouter::Local
ot::BackboneRouter::Local::GetConfig() const
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
.
mMlrTimeout
!=
mMlrTimeout
)
bbr_local.cpp:145
ot::BackboneRouter::Local
ot::BackboneRouter::Local::SetConfig()
mMlrTimeout
=
aConfig
.
mMlrTimeout
;
bbr_local.cpp:147
ot::BackboneRouter::Local
ot::BackboneRouter::Local::SetConfig()
mMlrTimeout
=
aConfig
.
mMlrTimeout
;
bbr_local.cpp:269
ot::BackboneRouter::Local
ot::BackboneRouter::Local::HandleBackboneRouterPrimaryUpdate()
timeout
=
config
.
mMlrTimeout
;
bbr_manager.cpp:190
ot::BackboneRouter::Manager
ot::BackboneRouter::Manager::HandleMulticastListenerRegistration()
OutputLine
(
"timeout: %lu secs"
,
ToUlong
(
aConfig
.
mMlrTimeout
)
)
;
cli_bbr.cpp:47
ot::Cli::Bbr
ot::Cli::Bbr::OutputConfig()
SuccessOrExit
(
error
=
arg
->
ParseAsUint32
(
config
.
mMlrTimeout
)
)
;
cli_bbr.cpp:408
ot::Cli::Bbr
ot::Cli::Bbr::Process()
effectiveMlrTimeout
=
Max
(
config
.
mMlrTimeout
,
BackboneRouter
::
kMinMlrTimeout
)
;
mlr_manager.cpp:637
ot::MlrManager
ot::MlrManager::UpdateReregistrationDelay()
aConfig
.
mMlrTimeout
=
rvalServerData
->
GetMlrTimeout
(
)
;
network_data_service.cpp:127
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::mMlrTimeout
is written by 3 functions and is read by 9 functions:
ot::NetworkData::Service::Manager::GetBackboneRouterPrimary() const
ot::BackboneRouter::Leader::UpdateBackboneRouterPrimary()
ot::BackboneRouter::Local::GetConfig() const
All items filtered out
otBackboneRouterConfig::mMlrTimeout
otBackboneRouterMulticastListenerAdd()
ot::MlrManager::UpdateReregistrationDelay()
ot::BackboneRouter::Leader::LogBackboneRouterPrimary() const
ot::BackboneRouter::Leader::UpdateBackboneRouterPrimary()
ot::BackboneRouter::Local::SetConfig()
ot::BackboneRouter::Local::HandleBackboneRouterPrimaryUpdate()
ot::BackboneRouter::Manager::HandleMulticastListenerRegistration()
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