ESP-IDF
otIp6InterfaceIdentifier::
::m16
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
otIp6InterfaceIdentifier::
::m16
otIp6InterfaceIdentifier::
::m16 field
Syntax
Show:
Summary
Declaration
from
ip6.h:73
uint16_t
m16
[
OT_IP6_IID_SIZE
/
sizeof
(
uint16_t
)
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
m16
[
OT_IP6_IID_SIZE
/
sizeof
(
uint16_t
)
]
;
///< 16-bit fields
ip6.h:73
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
.
m16
[
2
]
=
BigEndian
::
HostSwap16
(
0xfe00
)
;
ip6_address.cpp:275
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::SetToLocator()
mFields
.
m16
[
3
]
=
BigEndian
::
HostSwap16
(
aLocator
)
;
ip6_address.cpp:276
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
uint16_t
GetLocator
(
void
)
const
{
return
BigEndian
::
HostSwap16
(
mFields
.
m16
[
3
]
)
;
}
ip6_address.hpp:482
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::GetLocator() const
void
SetLocator
(
uint16_t
aLocator
)
{
mFields
.
m16
[
3
]
=
BigEndian
::
HostSwap16
(
aLocator
)
;
}
ip6_address.hpp:492
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::SetLocator()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otIp6InterfaceIdentifier::
::m16
is read by 5 functions:
All items filtered out
otIp6InterfaceIdentifier::
::m16
ot::Ip6::InterfaceIdentifier::GetLocator() const
ot::Ip6::InterfaceIdentifier::SetLocator()
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