ESP-IDF
ot::Lowpan::Context::mIsValid
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
ot::Lowpan::Context::mIsValid
ot::Lowpan::Context::mIsValid field
Syntax
Show:
Summary
Declaration
from
lowpan.hpp:78
bool
mIsValid
;
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
mIsValid
;
///< Indicates whether the context is valid.
lowpan.hpp:78
else
if
(
srcContext
.
mIsValid
)
lowpan.cpp:344
ot::Lowpan::Lowpan
ot::Lowpan::Lowpan::Compress()
else
if
(
dstContext
.
mIsValid
)
lowpan.cpp:365
ot::Lowpan::Lowpan
ot::Lowpan::Lowpan::Compress()
VerifyOrExit
(
srcContext
.
mIsValid
)
;
lowpan.cpp:719
ot::Lowpan::Lowpan
ot::Lowpan::Lowpan::DecompressBaseHeader()
VerifyOrExit
(
dstContext
.
mIsValid
)
;
lowpan.cpp:759
ot::Lowpan::Lowpan
ot::Lowpan::Lowpan::DecompressBaseHeader()
VerifyOrExit
(
dstContext
.
mIsValid
)
;
lowpan.cpp:798
ot::Lowpan::Lowpan
ot::Lowpan::Lowpan::DecompressBaseHeader()
aContext
.
mIsValid
=
true
;
network_data_leader.cpp:186
ot::NetworkData::Leader
ot::NetworkData::Leader::GetContext() const
aContext
.
mIsValid
=
true
;
network_data_leader.cpp:231
ot::NetworkData::Leader
ot::NetworkData::Leader::GetContext() const
aContext
.
mIsValid
=
true
;
network_data_leader.cpp:242
ot::NetworkData::Leader
ot::NetworkData::Leader::GetContextForMeshLocalPrefix() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Lowpan::Context::mIsValid
is written by 2 functions and is read by 2 functions:
ot::NetworkData::Leader::GetContext() const
ot::NetworkData::Leader::GetContextForMeshLocalPrefix() const
All items filtered out
ot::Lowpan::Context::mIsValid
ot::Lowpan::Lowpan::Compress()
ot::Lowpan::Lowpan::DecompressBaseHeader()
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