ESP-IDF
ot::Lowpan::Context::mContextId
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::Lowpan::Context::mContextId
ot::Lowpan::Context::mContextId field
Syntax
Show:
Summary
Declaration
from
lowpan.hpp:76
uint8_t
mContextId
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mContextId
;
///< The Context ID.
lowpan.hpp:76
newEntry
->
Set
(
aIp6Prefix
,
Get
<
Mle
::
MleRouter
>
(
)
.
GetMeshLocalPrefix
(
)
,
aContext
.
mContextId
)
;
dhcp6_server.cpp:162
ot::Dhcp6::Server
ot::Dhcp6::Server::AddPrefixAgent()
if
(
srcContext
.
mContextId
!=
0
||
dstContext
.
mContextId
!=
0
)
lowpan.cpp:255
ot::Lowpan::Lowpan
ot::Lowpan::Lowpan::Compress()
SuccessOrExit
(
error
=
aFrameBuilder
.
AppendUint8
(
(
(
srcContext
.
mContextId
<
<
4
)
|
dstContext
.
mContextId
)
&
0xff
)
)
;
lowpan.cpp:258
ot::Lowpan::Lowpan
ot::Lowpan::Lowpan::Compress()
aContext
.
mContextId
=
contextTlv
->
GetContextId
(
)
;
network_data_leader.cpp:184
ot::NetworkData::Leader
ot::NetworkData::Leader::GetContext() const
aContext
.
mContextId
=
contextTlv
->
GetContextId
(
)
;
network_data_leader.cpp:229
ot::NetworkData::Leader
ot::NetworkData::Leader::GetContext() const
aContext
.
mContextId
=
Mle
::
kMeshLocalPrefixContextId
;
network_data_leader.cpp:240
ot::NetworkData::Leader
ot::NetworkData::Leader::GetContextForMeshLocalPrefix() const
context
.
mContextId
=
SlaacAddress
::
kInvalidContextId
;
slaac_address.cpp:371
ot::Utils::Slaac
ot::Utils::Slaac::UpdateContextIdFor()
VerifyOrExit
(
context
.
mContextId
!=
aSlaacAddress
.
GetContextId
(
)
)
;
slaac_address.cpp:374
ot::Utils::Slaac
ot::Utils::Slaac::UpdateContextIdFor()
aSlaacAddress
.
SetContextId
(
context
.
mContextId
)
;
slaac_address.cpp:375
ot::Utils::Slaac
ot::Utils::Slaac::UpdateContextIdFor()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Lowpan::Context::mContextId
is written by 3 functions and is read by 3 functions:
ot::NetworkData::Leader::GetContext() const
ot::NetworkData::Leader::GetContextForMeshLocalPrefix() const
ot::Utils::Slaac::UpdateContextIdFor()
All items filtered out
ot::Lowpan::Context::mContextId
ot::Lowpan::Lowpan::Compress()
ot::Utils::Slaac::UpdateContextIdFor()
ot::Dhcp6::Server::AddPrefixAgent()
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