ESP-IDF
ot::Lowpan::FragmentHeader::NextFrag
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Lowpan::FragmentHeader::NextFrag
ot::Lowpan::FragmentHeader::NextFrag class
Syntax
Show:
Summary
Declaration
from
lowpan.hpp:468
class
NextFrag
{
public
:
void
Init
(
uint16_t
aSize
,
uint16_t
aTag
,
uint16_t
aOffset
)
{
mDispatchSize
=
BigEndian
::
HostSwap16
(
kNextDispatch
|
(
aSize
&
kSizeMask
)
)
;
mTag
=
BigEndian
::
HostSwap16
(
aTag
)
;
mOffset
=
static_cast
<
uint8_t
>
(
aOffset
>
>
3
)
;
}
private
:
static
constexpr
uint16_t
kNextDispatch
=
0xe000
;
uint16_t
mDispatchSize
;
uint16_t
mTag
;
uint8_t
mOffset
;
}
;
Fields
Field
Declared as
ot::Lowpan::FragmentHeader::NextFrag::kNextDispatch
ot::Lowpan::FragmentHeader::NextFrag::mDispatchSize
uint16_t
ot::Lowpan::FragmentHeader::NextFrag::mTag
uint16_t
ot::Lowpan::FragmentHeader::NextFrag::mOffset
uint8_t
Methods
Init()
Initializes the `NextFrag`.
Examples
References
from
examples
Code
Location
Scope
Referrer
class
NextFrag
lowpan.hpp:468
static
constexpr
uint16_t
kReadLength
=
sizeof
(
Lowpan
::
FragmentHeader
::
NextFrag
)
+
sizeof
(
Headers
)
;
ip6.cpp:1539
ot::Ip6::Headers::DecompressFrom()
VerifyOrExit
(
aFrameLength
>=
sizeof
(
NextFrag
)
)
;
lowpan.cpp:1229
ot::Lowpan::FragmentHeader::ParseFrom()
aHeaderLength
=
sizeof
(
NextFrag
)
;
lowpan.cpp:1231
ot::Lowpan::FragmentHeader::ParseFrom()
uint8_t
frame
[
sizeof
(
NextFrag
)
]
;
lowpan.cpp:1247
ot::Lowpan::FragmentHeader::ParseFrom()
Lowpan
::
FragmentHeader
::
NextFrag
nextFragHeader
;
mesh_forwarder.cpp:1064
ot::MeshForwarder::PrepareDataFrame()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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