ESP-IDF
otIp6InterfaceIdentifier::
::m32
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otIp6InterfaceIdentifier::
::m32
otIp6InterfaceIdentifier::
::m32 field
Syntax
Show:
Summary
Declaration
from
ip6.h:74
uint32_t
m32
[
OT_IP6_IID_SIZE
/
sizeof
(
uint32_t
)
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
m32
[
OT_IP6_IID_SIZE
/
sizeof
(
uint32_t
)
]
;
///< 32-bit fields
ip6.h:74
bool
InterfaceIdentifier
::
IsUnspecified
(
void
)
const
{
return
(
mFields
.
m32
[
0
]
==
0
)
&&
(
mFields
.
m32
[
1
]
==
0
)
;
}
ip6_address.cpp:224
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::IsUnspecified() const
bool
InterfaceIdentifier
::
IsSubnetRouterAnycast
(
void
)
const
{
return
(
mFields
.
m32
[
0
]
==
0
)
&&
(
mFields
.
m32
[
1
]
==
0
)
;
}
ip6_address.cpp:231
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::IsSubnetRouterAnycast() const
return
(
mFields
.
m32
[
0
]
==
BigEndian
::
HostSwap32
(
0xfdffffff
)
&&
mFields
.
m16
[
2
]
==
BigEndian
::
HostSwap16
(
0xffff
)
&&
ip6_address.cpp:242
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::IsReservedSubnetAnycast() const
mFields
.
m32
[
0
]
=
BigEndian
::
HostSwap32
(
0x000000ff
)
;
ip6_address.cpp:274
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::SetToLocator()
return
(
mFields
.
m32
[
0
]
==
BigEndian
::
HostSwap32
(
0x000000ff
)
&&
mFields
.
m16
[
2
]
==
BigEndian
::
HostSwap16
(
0xfe00
)
)
;
ip6_address.cpp:282
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::IsLocator() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otIp6InterfaceIdentifier::
::m32
is read by 5 functions:
All items filtered out
otIp6InterfaceIdentifier::
::m32
ot::Ip6::InterfaceIdentifier::IsUnspecified() const
ot::Ip6::InterfaceIdentifier::IsSubnetRouterAnycast() const
ot::Ip6::InterfaceIdentifier::IsReservedSubnetAnycast() const
ot::Ip6::InterfaceIdentifier::SetToLocator()
ot::Ip6::InterfaceIdentifier::IsLocator() 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