ESP-IDF
ot::Ip6::Header::kTrafficClassMask
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::kTrafficClassMask
ot::Ip6::Header::kTrafficClassMask variable
Syntax
Show:
Summary
Declaration
from
ip6_headers.hpp:321
static
constexpr
uint16_t
kTrafficClassMask
=
0x0ff0
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint16_t
kTrafficClassMask
=
0x0ff0
;
// Use with `mVerTcFlow.m16[0]`
ip6_headers.hpp:321
return
static_cast
<
uint8_t
>
(
(
BigEndian
::
HostSwap16
(
mVerTcFlow
.
m16
[
0
]
)
&
kTrafficClassMask
)
>
>
ip6_headers.hpp:141
ot::Ip6::Header
ot::Ip6::Header::GetTrafficClass() const
BigEndian
::
HostSwap16
(
(
BigEndian
::
HostSwap16
(
mVerTcFlow
.
m16
[
0
]
)
&
~
kTrafficClassMask
)
|
ip6_headers.hpp:153
ot::Ip6::Header
ot::Ip6::Header::SetTrafficClass()
(
(
static_cast
<
uint16_t
>
(
aTc
)
<
<
kTrafficClassOffset
)
&
kTrafficClassMask
)
)
;
ip6_headers.hpp:154
ot::Ip6::Header
ot::Ip6::Header::SetTrafficClass()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ip6::Header::kTrafficClassMask
is read by 2 functions:
All items filtered out
ot::Ip6::Header::kTrafficClassMask
ot::Ip6::Header::GetTrafficClass() const
ot::Ip6::Header::SetTrafficClass()
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