ESP-IDF
ot::Ip6::HopByHopHeader
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
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::Ip6::HopByHopHeader
ot::Ip6::HopByHopHeader class
Syntax
Show:
Summary
Declaration
from
ip6_headers.hpp:409
class
HopByHopHeader
:
public
ExtensionHeader
{
}
;
Examples
References
from
examples
Code
Location
Scope
Referrer
class
HopByHopHeader
:
public
ExtensionHeader
ip6_headers.hpp:409
static_assert
(
sizeof
(
HelpData
)
<=
sizeof
(
Ip6
::
Header
)
+
sizeof
(
Ip6
::
HopByHopHeader
)
+
sizeof
(
Ip6
::
MplOption
)
+
coap_message.hpp:905
Message
::
kTypeIp6
,
sizeof
(
Header
)
+
sizeof
(
HopByHopHeader
)
+
sizeof
(
MplOption
)
+
aReserved
,
aSettings
)
;
ip6.cpp:76
ot::Ip6::Ip6::NewMessage()
HopByHopHeader
hbhHeader
;
ip6.cpp:165
ot::Ip6::Ip6::AddMplOption()
if
(
padOption
.
InitToPadHeaderWithSize
(
sizeof
(
HopByHopHeader
)
+
mplOption
.
GetSize
(
)
)
==
kErrorNone
)
ip6.cpp:174
ot::Ip6::Ip6::AddMplOption()
HopByHopHeader
hbh
;
ip6.cpp:246
ot::Ip6::Ip6::InsertMplOption()
HopByHopHeader
hbh
;
ip6.cpp:303
ot::Ip6::Ip6::RemoveMplOption()
Error
Ip6
::
ReadHopByHopHeader
(
const
Message
&
aMessage
,
OffsetRange
&
aOffsetRange
,
HopByHopHeader
&
aHbhHeader
)
const
ip6.cpp:492
ot::Ip6::Ip6::ReadHopByHopHeader() const
ot::Ip6::Ip6::ReadHopByHopHeader() const::aHbhHeader
aOffsetRange
.
AdvanceOffset
(
sizeof
(
HopByHopHeader
)
)
;
ip6.cpp:503
ot::Ip6::Ip6::ReadHopByHopHeader() const
HopByHopHeader
hbhHeader
;
ip6.cpp:512
ot::Ip6::Ip6::HandleOptions()
Error
ReadHopByHopHeader
(
const
Message
&
aMessage
,
OffsetRange
&
aOffsetRange
,
HopByHopHeader
&
aHbhHeader
)
const
;
ip6.hpp:369
ot::Ip6::Ip6::ReadHopByHopHeader() const
ot::Ip6::Ip6::ReadHopByHopHeader() const::aHbhHeader
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
ot::Ip6::HopByHopHeader
is inherited by 1 classes:
All items filtered out
ot::Ip6::HopByHopHeader
ot::Ip6::ExtensionHeader
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
Instance
Scope
Location
Project
ot::Ip6::Ip6::ReadHopByHopHeader() const::aHbhHeader
ot::Ip6::Ip6::ReadHopByHopHeader() const
ip6.hpp:369
ot::Ip6::Ip6::ReadHopByHopHeader() const::aHbhHeader
ot::Ip6::Ip6::ReadHopByHopHeader() const
ip6.cpp:492
Lifecycle
from
examples
All items filtered out
All items filtered out