ESP-IDF
ot::Ip6::Address::SetToRoutingLocator()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ip6::Address::SetToRoutingLocator()
ot::Ip6::Address::SetToRoutingLocator() method
Sets the IPv6 address to a Routing Locator (RLOC) IPv6 address with a given Network Prefix and RLOC16 value.
Syntax
Show:
Summary
Declaration
from
ip6_address.hpp:725
void
SetToRoutingLocator
(
const
NetworkPrefix
&
aNetworkPrefix
,
uint16_t
aRloc16
)
;
Arguments
Argument
Description
aNetworkPrefix
A Network Prefix.
aRloc16
A RLOC16 value.
Related Functions
Found 7 other functions taking a
NetworkPrefix
argument:
Function
Description
ot::Ip6::Address::SetPrefix()
Sets the IPv6 address prefix to the given Network Prefix.
ot::Ip6::Prefix::Set()
Sets the prefix.
ot::Ip6::Address::SetMulticastNetworkPrefix()
Sets the prefix content of the Prefix-Based Multicast Address.
ot::Ip6::Address::SetToLocator()
ot::Dhcp6::Server::PrefixAgent::Set()
Sets the ALOC.
ot::Mle::Mle::SetMeshLocalPrefix()
Sets the Mesh Local Prefix.
ot::Ip6::Address::SetToAnycastLocator()
Sets the IPv6 address to a Anycast Locator (ALOC) IPv6 address with a given Network Prefix and ALOC16 value.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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