ESP-IDF
otNetifAddress::mAddress
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otNetifAddress::mAddress
otNetifAddress::mAddress field
Syntax
Show:
Summary
Declaration
from
ip6.h:171
otIp6Address
mAddress
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otIp6Address
mAddress
;
///< The IPv6 unicast address.
ip6.h:171
OutputIp6Address
(
addr
->
mAddress
)
;
cli.cpp:3234
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
SuccessOrExit
(
error
=
aArgs
[
1
]
.
ParseAsIp6Address
(
address
.
mAddress
)
)
;
cli.cpp:3259
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
info
.
mAddress
=
&
aAddress
.
mAddress
;
netif.cpp:424
ot::Ip6::Netif
ot::Ip6::Netif::SignalUnicastAddressChange()
const
Address
&
GetAddress
(
void
)
const
{
return
AsCoreType
(
&
mAddress
)
;
}
netif.hpp:142
ot::Ip6::Netif::UnicastAddress
ot::Ip6::Netif::UnicastAddress::GetAddress() const
Address
&
GetAddress
(
void
)
{
return
AsCoreType
(
&
mAddress
)
;
}
netif.hpp:149
ot::Ip6::Netif::UnicastAddress
ot::Ip6::Netif::UnicastAddress::GetAddress()
sha256
.
Update
(
aAddress
.
mAddress
.
mFields
.
m8
,
BytesForBitSize
(
aAddress
.
mPrefixLength
)
)
;
slaac_address.cpp:436
ot::Utils::Slaac
ot::Utils::Slaac::GenerateIid() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otNetifAddress::mAddress
is read by 2 functions:
All items filtered out
otNetifAddress::mAddress
ot::Utils::Slaac::GenerateIid() const
ot::Cli::Interpreter::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