ESP-IDF
otIp6InterfaceIdentifier::
::m8
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::
::m8
otIp6InterfaceIdentifier::
::m8 field
Syntax
Show:
Summary
Declaration
from
ip6.h:72
uint8_t
m8
[
OT_IP6_IID_SIZE
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
m8
[
OT_IP6_IID_SIZE
]
;
///< 8-bit fields
ip6.h:72
OutputBytesLine
(
iid
->
mFields
.
m8
)
;
cli.cpp:990
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
SuccessOrExit
(
error
=
aArgs
[
1
]
.
ParseAsHexString
(
iid
.
mFields
.
m8
)
)
;
cli.cpp:1017
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
SuccessOrExit
(
error
=
aArgs
[
3
]
.
ParseAsHexString
(
mlIid
.
mFields
.
m8
)
)
;
cli.cpp:3017
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
SuccessOrExit
(
error
=
aArgs
[
2
]
.
ParseAsHexString
(
mlIid
.
mFields
.
m8
)
)
;
cli.cpp:3028
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
SuccessOrExit
(
error
=
aArgs
[
0
]
.
ParseAsHexString
(
iid
.
mFields
.
m8
)
)
;
cli.cpp:4022
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
SuccessOrExit
(
error
=
aArgs
[
2
]
.
ParseAsHexString
(
iid
.
mFields
.
m8
)
)
;
cli_bbr.cpp:216
ot::Cli::Bbr
ot::Cli::Bbr::Process()
mFields
.
m8
[
6
]
==
0xff
&&
mFields
.
m8
[
7
]
>=
0x80
)
;
ip6_address.cpp:243
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::IsReservedSubnetAnycast() const
void
InterfaceIdentifier
::
SetBytes
(
const
uint8_t
*
aBuffer
)
{
memcpy
(
mFields
.
m8
,
aBuffer
,
kSize
)
;
}
ip6_address.cpp:248
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::SetBytes()
addr
.
CopyTo
(
mFields
.
m8
)
;
ip6_address.cpp:256
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::SetFromExtAddress()
aExtAddress
.
Set
(
mFields
.
m8
)
;
ip6_address.cpp:261
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::ConvertToExtAddress() const
aMacAddress
.
SetExtended
(
mFields
.
m8
)
;
ip6_address.cpp:267
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::ConvertToMacAddress() const
return
(
IsLocator
(
)
&&
(
mFields
.
m8
[
6
]
<
kAloc16Mask
)
&&
(
(
mFields
.
m8
[
6
]
&
kRloc16ReservedBitMask
)
==
0
)
)
;
ip6_address.cpp:287
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::IsRoutingLocator() const
return
(
IsLocator
(
)
&&
(
mFields
.
m8
[
6
]
==
kAloc16Mask
)
)
;
ip6_address.cpp:293
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::IsAnycastLocator() const
Address
::
CopyBits
(
mFields
.
m8
,
aPrefix
.
GetBytes
(
)
+
NetworkPrefix
::
kSize
,
ip6_address.cpp:307
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::ApplyPrefix()
string
.
AppendHexBytes
(
mFields
.
m8
,
kSize
)
;
ip6_address.cpp:316
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::ToString() const
const
uint8_t
*
GetBytes
(
void
)
const
{
return
mFields
.
m8
;
}
ip6_address.hpp:394
ot::Ip6::InterfaceIdentifier
ot::Ip6::InterfaceIdentifier::GetBytes() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otIp6InterfaceIdentifier::
::m8
is read by 12 functions:
All items filtered out
otIp6InterfaceIdentifier::
::m8
ot::Ip6::InterfaceIdentifier::GetBytes() const
ot::Ip6::InterfaceIdentifier::IsReservedSubnetAnycast() const
ot::Ip6::InterfaceIdentifier::SetBytes()
ot::Ip6::InterfaceIdentifier::SetFromExtAddress()
ot::Ip6::InterfaceIdentifier::ConvertToExtAddress() const
ot::Ip6::InterfaceIdentifier::ConvertToMacAddress() const
ot::Ip6::InterfaceIdentifier::IsRoutingLocator() const
ot::Ip6::InterfaceIdentifier::IsAnycastLocator() const
ot::Ip6::InterfaceIdentifier::ApplyPrefix()
ot::Ip6::InterfaceIdentifier::ToString() const
ot::Cli::Interpreter::Process()
ot::Cli::Bbr::Process()
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