ESP-IDF
ot::Ip6::Header::InitVersionTrafficClassFlow()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::InitVersionTrafficClassFlow()
ot::Ip6::Header::InitVersionTrafficClassFlow() method
Initializes the Version to 6 and sets Traffic Class and Flow fields to zero. The other fields in the IPv6 header remain unchanged.
Syntax
Show:
Summary
Declaration
from
ip6_headers.hpp:102
void
InitVersionTrafficClassFlow
(
void
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
void
InitVersionTrafficClassFlow
(
void
)
{
SetVerionTrafficClassFlow
(
kVersTcFlowInit
)
;
}
ip6_headers.hpp:102
tunnelHeader
.
InitVersionTrafficClassFlow
(
)
;
ip6.cpp:212
ot::Ip6::Ip6
ot::Ip6::Ip6::PrepareMulticastToLargerThanRealmLocal()
header
.
InitVersionTrafficClassFlow
(
)
;
ip6.cpp:422
ot::Ip6::Ip6
ot::Ip6::Ip6::SendDatagram()
aIp6Header
.
InitVersionTrafficClassFlow
(
)
;
lowpan.cpp:623
ot::Lowpan::Lowpan
ot::Lowpan::Lowpan::DecompressBaseHeader()
Call Tree
from
examples
ot::Ip6::Header::InitVersionTrafficClassFlow()
is called by 3 functions and calls 1 function:
ot::Lowpan::Lowpan::DecompressBaseHeader()
ot::Ip6::Ip6::PrepareMulticastToLargerThanRealmLocal()
ot::Ip6::Ip6::SendDatagram()
All items filtered out
ot::Ip6::Header::InitVersionTrafficClassFlow()
ot::Ip6::Header::SetVerionTrafficClassFlow()
All items filtered out
Data Use
from
examples
ot::Ip6::Header::InitVersionTrafficClassFlow()
reads 1 variable:
ot::Ip6::Header::kVersTcFlowInit
All items filtered out
ot::Ip6::Header::InitVersionTrafficClassFlow()
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