ESP-IDF
otBackboneRouterConfig::mServer16
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otBackboneRouterConfig::mServer16
otBackboneRouterConfig::mServer16 field
Syntax
Show:
Summary
Declaration
from
backbone_router.h:58
uint16_t
mServer16
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mServer16
;
///< Only used when get Primary Backbone Router information in the Thread Network
backbone_router.h:58
mConfig
.
mServer16
=
Mle
::
kInvalidRloc16
;
bbr_leader.cpp:54
ot::BackboneRouter::Leader
ot::BackboneRouter::Leader::Reset()
LogInfo
(
"Rloc16:0x%4x, seqno:%u, delay:%u, timeout:%lu"
,
aConfig
.
mServer16
,
aConfig
.
mSequenceNumber
,
bbr_leader.cpp:93
ot::BackboneRouter::Leader
ot::BackboneRouter::Leader::LogBackboneRouterPrimary() const
if
(
config
.
mServer16
!=
mConfig
.
mServer16
)
bbr_leader.cpp:159
ot::BackboneRouter::Leader
ot::BackboneRouter::Leader::UpdateBackboneRouterPrimary()
if
(
config
.
mServer16
==
Mle
::
kInvalidRloc16
)
bbr_leader.cpp:161
ot::BackboneRouter::Leader
ot::BackboneRouter::Leader::UpdateBackboneRouterPrimary()
else
if
(
mConfig
.
mServer16
==
Mle
::
kInvalidRloc16
)
bbr_leader.cpp:165
ot::BackboneRouter::Leader
ot::BackboneRouter::Leader::UpdateBackboneRouterPrimary()
else
if
(
config
.
mServer16
==
Mle
::
kInvalidRloc16
)
bbr_leader.cpp:175
ot::BackboneRouter::Leader
ot::BackboneRouter::Leader::UpdateBackboneRouterPrimary()
if
(
config
.
mServer16
!=
Mle
::
kInvalidRloc16
)
bbr_leader.cpp:194
ot::BackboneRouter::Leader
ot::BackboneRouter::Leader::UpdateBackboneRouterPrimary()
uint16_t
GetServer16
(
void
)
const
{
return
mConfig
.
mServer16
;
}
bbr_leader.hpp:141
ot::BackboneRouter::Leader
ot::BackboneRouter::Leader::GetServer16() const
bool
HasPrimary
(
void
)
const
{
return
mConfig
.
mServer16
!=
Mle
::
kInvalidRloc16
;
}
bbr_leader.hpp:149
ot::BackboneRouter::Leader
ot::BackboneRouter::Leader::HasPrimary() const
if
(
aConfig
.
mServer16
==
Mle
::
kInvalidRloc16
)
bbr_local.cpp:247
ot::BackboneRouter::Local
ot::BackboneRouter::Local::HandleBackboneRouterPrimaryUpdate()
else
if
(
aConfig
.
mServer16
!=
Get
<
Mle
::
MleRouter
>
(
)
.
GetRloc16
(
)
)
bbr_local.cpp:259
ot::BackboneRouter::Local
ot::BackboneRouter::Local::HandleBackboneRouterPrimaryUpdate()
OutputLine
(
"server16: 0x%04X"
,
config
.
mServer16
)
;
cli_bbr.cpp:459
ot::Cli::Bbr
ot::Cli::Bbr::Process()
aConfig
.
mServer16
=
Mle
::
kInvalidRloc16
;
network_data_service.cpp:90
ot::NetworkData::Service::Manager
ot::NetworkData::Service::Manager::GetBackboneRouterPrimary() const
aConfig
.
mServer16
=
rvalServerTlv
->
GetServer16
(
)
;
network_data_service.cpp:124
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::mServer16
is written by 2 functions and is read by 6 functions:
ot::NetworkData::Service::Manager::GetBackboneRouterPrimary() const
ot::BackboneRouter::Leader::Reset()
All items filtered out
otBackboneRouterConfig::mServer16
ot::BackboneRouter::Leader::GetServer16() const
ot::BackboneRouter::Leader::HasPrimary() const
ot::BackboneRouter::Leader::LogBackboneRouterPrimary() const
ot::BackboneRouter::Leader::UpdateBackboneRouterPrimary()
ot::BackboneRouter::Local::HandleBackboneRouterPrimaryUpdate()
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