ESP-IDF
ot::Ip6::Header::kHopLimitFieldOffset
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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::Ip6::Header::kHopLimitFieldOffset
ot::Ip6::Header::kHopLimitFieldOffset variable
Syntax
Show:
Summary
Declaration
from
ip6_headers.hpp:93
static
constexpr
uint8_t
kHopLimitFieldOffset
=
7
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kHopLimitFieldOffset
=
7
;
///< Offset of Hop Limit field in IPv6 header.
ip6_headers.hpp:93
aMessagePtr
->
Write
<
uint8_t
>
(
Header
::
kHopLimitFieldOffset
,
header
.
GetHopLimit
(
)
)
;
ip6.cpp:1200
ot::Ip6::Ip6
ot::Ip6::Ip6::HandleDatagram()
IgnoreError
(
aMessage
.
Read
(
Header
::
kHopLimitFieldOffset
,
hopLimit
)
)
;
ip6_mpl.cpp:350
ot::Ip6::Mpl
ot::Ip6::Mpl::AddBufferedMessage()
messageCopy
->
Write
(
Header
::
kHopLimitFieldOffset
,
hopLimit
)
;
ip6_mpl.cpp:352
ot::Ip6::Mpl
ot::Ip6::Mpl::AddBufferedMessage()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ip6::Header::kHopLimitFieldOffset
is read by 2 functions:
All items filtered out
ot::Ip6::Header::kHopLimitFieldOffset
ot::Ip6::Ip6::HandleDatagram()
ot::Ip6::Mpl::AddBufferedMessage()
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