ESP-IDF
ot::Ip6::Address::SetToLinkLocalAllNodesMulticast()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ip6::Address::SetToLinkLocalAllNodesMulticast()
ot::Ip6::Address::SetToLinkLocalAllNodesMulticast() method
Sets the IPv6 address to the link-local all nodes multicast address (ff02::01).
Syntax
Show:
Summary
Declaration
Definition
from
ip6_address.hpp:648
void
SetToLinkLocalAllNodesMulticast
(
void
)
;
Implemented in
ip6_address.cpp:360
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Address
::
SetToLinkLocalAllNodesMulticast
(
void
)
{
*
this
=
GetLinkLocalAllNodesMulticast
(
)
;
}
ip6_address.cpp:360
void
SetToLinkLocalAllNodesMulticast
(
void
)
;
ip6_address.hpp:648
destination
.
SetToLinkLocalAllNodesMulticast
(
)
;
mle.cpp:2090
ot::Mle::Mle
ot::Mle::Mle::SendAnnounce()
destination
.
SetToLinkLocalAllNodesMulticast
(
)
;
mle_router.cpp:552
ot::Mle::MleRouter
ot::Mle::MleRouter::SendAdvertisement()
destination
.
SetToLinkLocalAllNodesMulticast
(
)
;
mle_router.cpp:2520
ot::Mle::MleRouter
ot::Mle::MleRouter::HandleNetworkDataUpdateRouter()
destAddress
.
SetToLinkLocalAllNodesMulticast
(
)
;
routing_manager.cpp:626
ot::BorderRouter::RoutingManager
ot::BorderRouter::RoutingManager::SendRouterAdvertisement()
Call Tree
from
examples
ot::Ip6::Address::SetToLinkLocalAllNodesMulticast()
is called by 4 functions and calls 1 function:
ot::Mle::Mle::SendAnnounce()
ot::Mle::MleRouter::SendAdvertisement()
ot::Mle::MleRouter::HandleNetworkDataUpdateRouter()
ot::BorderRouter::RoutingManager::SendRouterAdvertisement()
All items filtered out
ot::Ip6::Address::SetToLinkLocalAllNodesMulticast()
ot::Ip6::Address::GetLinkLocalAllNodesMulticast()
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