ESP-IDF
otIp6AddressComponents::mNetworkPrefix
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::mNetworkPrefix
otIp6AddressComponents::mNetworkPrefix field
Syntax
Show:
Summary
Declaration
from
ip6.h:107
otIp6NetworkPrefix
mNetworkPrefix
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otIp6NetworkPrefix
mNetworkPrefix
;
///< The Network Prefix (most significant 64 bits of the address)
ip6.h:107
void
Address
::
SetPrefix
(
const
NetworkPrefix
&
aNetworkPrefix
)
{
mFields
.
mComponents
.
mNetworkPrefix
=
aNetworkPrefix
;
}
ip6_address.cpp:404
ot::Ip6::Address
ot::Ip6::Address::SetPrefix()
return
static_cast
<
const
NetworkPrefix
&
>
(
mFields
.
mComponents
.
mNetworkPrefix
)
;
ip6_address.hpp:768
ot::Ip6::Address
ot::Ip6::Address::GetPrefix() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otIp6AddressComponents::mNetworkPrefix
is read by 2 functions:
All items filtered out
otIp6AddressComponents::mNetworkPrefix
ot::Ip6::Address::GetPrefix() const
ot::Ip6::Address::SetPrefix()
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