ESP-IDF
ot::Ip6::Header::GetFlow() const
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::GetFlow() const
ot::Ip6::Header::GetFlow() const method
Gets the 20-bit Flow field.
Syntax
Show:
Summary
Declaration
from
ip6_headers.hpp:197
uint32_t
GetFlow
(
void
)
const
;
Return value
The Flow value.
Examples
References
from
examples
Code
Location
uint32_t
GetFlow
(
void
)
const
{
return
BigEndian
::
HostSwap32
(
mVerTcFlow
.
m32
)
&
kFlowMask
;
}
ip6_headers.hpp:197
Call Tree
from
examples
ot::Ip6::Header::GetFlow() const
calls 1 function:
All items filtered out
ot::Ip6::Header::GetFlow() const
ot::BigEndian::HostSwap32()
All items filtered out
Data Use
from
examples
ot::Ip6::Header::GetFlow() const
reads 3 variables:
ot::Ip6::Header::kFlowMask
ot::Ip6::Header::
::m32
ot::Ip6::Header::mVerTcFlow
All items filtered out
ot::Ip6::Header::GetFlow() 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