ESP-IDF
otIp6AddressComponents::mIid
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
otIp6AddressComponents::mIid
otIp6AddressComponents::mIid field
Syntax
Show:
Summary
Declaration
from
ip6.h:108
otIp6InterfaceIdentifier
mIid
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otIp6InterfaceIdentifier
mIid
;
///< The Interface Identifier (least significant 64 bits of the address)
ip6.h:108
return
static_cast
<
const
InterfaceIdentifier
&
>
(
mFields
.
mComponents
.
mIid
)
;
ip6_address.hpp:863
ot::Ip6::Address
ot::Ip6::Address::GetIid() const
InterfaceIdentifier
&
GetIid
(
void
)
{
return
static_cast
<
InterfaceIdentifier
&
>
(
mFields
.
mComponents
.
mIid
)
;
}
ip6_address.hpp:871
ot::Ip6::Address
ot::Ip6::Address::GetIid()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otIp6AddressComponents::mIid
is read by 2 functions:
All items filtered out
otIp6AddressComponents::mIid
ot::Ip6::Address::GetIid() const
ot::Ip6::Address::GetIid()
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