ESP-IDF
ot::Ip6::Address::SetToLinkLocalAllRoutersMulticast()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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::SetToLinkLocalAllRoutersMulticast()
ot::Ip6::Address::SetToLinkLocalAllRoutersMulticast() method
Sets the IPv6 address to the link-local all routers multicast address (ff02::02).
Syntax
Show:
Summary
Declaration
Definition
from
ip6_address.hpp:661
void
SetToLinkLocalAllRoutersMulticast
(
void
)
;
Implemented in
ip6_address.cpp:364
Examples
References
from
examples
Code
Location
Scope
Referrer
void
Address
::
SetToLinkLocalAllRoutersMulticast
(
void
)
{
*
this
=
GetLinkLocalAllRoutersMulticast
(
)
;
}
ip6_address.cpp:364
void
SetToLinkLocalAllRoutersMulticast
(
void
)
;
ip6_address.hpp:661
destination
.
SetToLinkLocalAllRoutersMulticast
(
)
;
discover_scanner.cpp:129
ot::Mle::DiscoverScanner
ot::Mle::DiscoverScanner::Discover()
destination
.
SetToLinkLocalAllRoutersMulticast
(
)
;
mle.cpp:1614
ot::Mle::Mle
ot::Mle::Mle::SendParentRequest()
destination
.
SetToLinkLocalAllRoutersMulticast
(
)
;
mle_router.cpp:615
ot::Mle::MleRouter
ot::Mle::MleRouter::SendLinkRequest()
destAddress
.
SetToLinkLocalAllRoutersMulticast
(
)
;
routing_manager.cpp:3845
ot::BorderRouter::RoutingManager::RsSender
ot::BorderRouter::RoutingManager::RsSender::SendRs()
Call Tree
from
examples
ot::Ip6::Address::SetToLinkLocalAllRoutersMulticast()
is called by 4 functions and calls 1 function:
ot::Mle::DiscoverScanner::Discover()
ot::Mle::Mle::SendParentRequest()
ot::Mle::MleRouter::SendLinkRequest()
ot::BorderRouter::RoutingManager::RsSender::SendRs()
All items filtered out
ot::Ip6::Address::SetToLinkLocalAllRoutersMulticast()
ot::Ip6::Address::GetLinkLocalAllRoutersMulticast()
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