ESP-IDF
ot::Ip6::Header::GetNextHeader() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::GetNextHeader() const
ot::Ip6::Header::GetNextHeader() const method
Returns the IPv6 Next Header value.
Syntax
Show:
Summary
Declaration
from
ip6_headers.hpp:229
uint8_t
GetNextHeader
(
void
)
const
;
Return value
The IPv6 Next Header value.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
GetNextHeader
(
void
)
const
{
return
mNextHeader
;
}
ip6_headers.hpp:229
hbhHeader
.
SetNextHeader
(
aHeader
.
GetNextHeader
(
)
)
;
ip6.cpp:169
ot::Ip6::Ip6
ot::Ip6::Ip6::AddMplOption()
if
(
aHeader
.
GetNextHeader
(
)
==
kProtoHopOpts
)
ip6.cpp:244
ot::Ip6::Ip6
ot::Ip6::Ip6::InsertMplOption()
VerifyOrExit
(
ip6Header
.
GetNextHeader
(
)
==
kProtoHopOpts
)
;
ip6.cpp:314
ot::Ip6::Ip6
ot::Ip6::Ip6::RemoveMplOption()
nextHeader
=
header
.
GetNextHeader
(
)
;
ip6.cpp:1152
ot::Ip6::Ip6
ot::Ip6::Ip6::HandleDatagram()
switch
(
ip6Header
.
GetNextHeader
(
)
)
lowpan.cpp:297
ot::Lowpan::Lowpan
ot::Lowpan::Lowpan::Compress()
SuccessOrExit
(
error
=
aFrameBuilder
.
AppendUint8
(
static_cast
<
uint8_t
>
(
ip6Header
.
GetNextHeader
(
)
)
)
)
;
lowpan.cpp:310
ot::Lowpan::Lowpan
ot::Lowpan::Lowpan::Compress()
nextHeader
=
static_cast
<
uint8_t
>
(
ip6Header
.
GetNextHeader
(
)
)
;
lowpan.cpp:380
ot::Lowpan::Lowpan
ot::Lowpan::Lowpan::Compress()
Call Tree
from
examples
ot::Ip6::Header::GetNextHeader() const
is called by 5 functions:
ot::Lowpan::Lowpan::Compress()
ot::Ip6::Ip6::AddMplOption()
ot::Ip6::Ip6::InsertMplOption()
ot::Ip6::Ip6::RemoveMplOption()
ot::Ip6::Ip6::HandleDatagram()
All items filtered out
ot::Ip6::Header::GetNextHeader() const
All items filtered out
Data Use
from
examples
ot::Ip6::Header::GetNextHeader() const
reads 1 variable:
ot::Ip6::Header::mNextHeader
All items filtered out
ot::Ip6::Header::GetNextHeader() 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