ESP-IDF
ot::Ip6::Header::
::m32
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::
::m32
ot::Ip6::Header::
::m32 field
Syntax
Show:
Summary
Declaration
from
ip6_headers.hpp:333
uint32_t
m32
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
m32
;
ip6_headers.hpp:333
uint32_t
GetVerionTrafficClassFlow
(
void
)
const
{
return
BigEndian
::
HostSwap32
(
mVerTcFlow
.
m32
)
;
}
ip6_headers.hpp:125
ot::Ip6::Header
ot::Ip6::Header::GetVerionTrafficClassFlow() const
void
SetVerionTrafficClassFlow
(
uint32_t
aVerTcFlow
)
{
mVerTcFlow
.
m32
=
BigEndian
::
HostSwap32
(
aVerTcFlow
)
;
}
ip6_headers.hpp:132
ot::Ip6::Header
ot::Ip6::Header::SetVerionTrafficClassFlow()
uint32_t
GetFlow
(
void
)
const
{
return
BigEndian
::
HostSwap32
(
mVerTcFlow
.
m32
)
&
kFlowMask
;
}
ip6_headers.hpp:197
ot::Ip6::Header
ot::Ip6::Header::GetFlow() const
mVerTcFlow
.
m32
=
ip6_headers.hpp:206
ot::Ip6::Header
ot::Ip6::Header::SetFlow()
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::
::m32
is written by 2 functions and is read by 3 functions:
ot::Ip6::Header::SetVerionTrafficClassFlow()
ot::Ip6::Header::SetFlow()
All items filtered out
ot::Ip6::Header::
::m32
ot::Ip6::Header::GetVerionTrafficClassFlow() const
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