ESP-IDF
ot::Ip6::Address::SetMulticastNetworkPrefix()
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::SetMulticastNetworkPrefix()
ot::Ip6::Address::SetMulticastNetworkPrefix() method
Sets the prefix content of the Prefix-Based Multicast Address.
Syntax
Show:
Summary
Declaration
Definition
from
ip6_address.hpp:834
void
SetMulticastNetworkPrefix
(
const
uint8_t
*
aPrefix
,
uint8_t
aPrefixLength
)
;
Implemented in
ip6_address.cpp:432
Arguments
Argument
Description
aPrefix
A buffer containing the prefix.
aPrefixLength
The prefix length (in bits).
Related Functions
Found 7 other functions taking a
NetworkPrefix
argument:
Function
Description
ot::Ip6::Address::SetToRoutingLocator()
Sets the IPv6 address to a Routing Locator (RLOC) IPv6 address with a given Network Prefix and RLOC16 value.
ot::Ip6::Address::SetPrefix()
Sets the IPv6 address prefix to the given Network Prefix.
ot::Ip6::Prefix::Set()
Sets the prefix.
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