ESP-IDF
ot::Lowpan::MeshHeader::kDeepHopsHeaderLength
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
ot::Lowpan::MeshHeader::kDeepHopsHeaderLength
ot::Lowpan::MeshHeader::kDeepHopsHeaderLength variable
Syntax
Show:
Summary
Declaration
from
lowpan.hpp:425
static
constexpr
uint16_t
kDeepHopsHeaderLength
=
kMinHeaderLength
+
sizeof
(
uint8_t
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint16_t
kDeepHopsHeaderLength
=
kMinHeaderLength
+
sizeof
(
uint8_t
)
;
// min header + deep hops
lowpan.hpp:425
VerifyOrExit
(
aFrameLength
>=
kDeepHopsHeaderLength
)
;
lowpan.cpp:1111
ot::Lowpan::MeshHeader
ot::Lowpan::MeshHeader::ParseFrom()
aHeaderLength
=
kDeepHopsHeaderLength
;
lowpan.cpp:1113
ot::Lowpan::MeshHeader
ot::Lowpan::MeshHeader::ParseFrom()
uint8_t
frame
[
kDeepHopsHeaderLength
]
;
lowpan.cpp:1138
ot::Lowpan::MeshHeader
ot::Lowpan::MeshHeader::ParseFrom()
return
(
mHopsLeft
>=
kDeepHopsLeft
)
?
kDeepHopsHeaderLength
:
kMinHeaderLength
;
lowpan.cpp:1148
ot::Lowpan::MeshHeader
ot::Lowpan::MeshHeader::GetHeaderLength() const
uint8_t
frame
[
kDeepHopsHeaderLength
]
;
lowpan.cpp:1183
ot::Lowpan::MeshHeader
ot::Lowpan::MeshHeader::AppendTo() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Lowpan::MeshHeader::kDeepHopsHeaderLength
is read by 3 functions:
All items filtered out
ot::Lowpan::MeshHeader::kDeepHopsHeaderLength
ot::Lowpan::MeshHeader::ParseFrom()
ot::Lowpan::MeshHeader::GetHeaderLength() const
ot::Lowpan::MeshHeader::AppendTo() const
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