ESP-IDF
ot::Ip6::Header::kDscpOffset
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::kDscpOffset
ot::Ip6::Header::kDscpOffset variable
Syntax
Show:
Summary
Declaration
from
ip6_headers.hpp:322
static
constexpr
uint8_t
kDscpOffset
=
6
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kDscpOffset
=
6
;
// Use with `mVerTcFlow.m16[0]`
ip6_headers.hpp:322
return
static_cast
<
uint8_t
>
(
(
BigEndian
::
HostSwap16
(
mVerTcFlow
.
m16
[
0
]
)
&
kDscpMask
)
>
>
kDscpOffset
)
;
ip6_headers.hpp:164
ot::Ip6::Header
ot::Ip6::Header::GetDscp() const
(
(
static_cast
<
uint16_t
>
(
aDscp
)
<
<
kDscpOffset
)
&
kDscpMask
)
)
;
ip6_headers.hpp:175
ot::Ip6::Header
ot::Ip6::Header::SetDscp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ip6::Header::kDscpOffset
is read by 2 functions:
All items filtered out
ot::Ip6::Header::kDscpOffset
ot::Ip6::Header::GetDscp() const
ot::Ip6::Header::SetDscp()
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