ESP-IDF
ot::Ip6::Header::kFlowMask
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::kFlowMask
ot::Ip6::Header::kFlowMask variable
Syntax
Show:
Summary
Declaration
from
ip6_headers.hpp:326
static
constexpr
uint32_t
kFlowMask
=
0x000fffff
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint32_t
kFlowMask
=
0x000fffff
;
// Use with `mVerTcFlow.m32`
ip6_headers.hpp:326
uint32_t
GetFlow
(
void
)
const
{
return
BigEndian
::
HostSwap32
(
mVerTcFlow
.
m32
)
&
kFlowMask
;
}
ip6_headers.hpp:197
ot::Ip6::Header
ot::Ip6::Header::GetFlow() const
BigEndian
::
HostSwap32
(
(
BigEndian
::
HostSwap32
(
mVerTcFlow
.
m32
)
&
~
kFlowMask
)
|
(
aFlow
&
kFlowMask
)
)
;
ip6_headers.hpp:207
ot::Ip6::Header
ot::Ip6::Header::SetFlow()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Ip6::Header::kFlowMask
is read by 2 functions:
All items filtered out
ot::Ip6::Header::kFlowMask
ot::Ip6::Header::GetFlow() const
ot::Ip6::Header::SetFlow()
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