Home
last modified time | relevance | path

Searched refs:SetToLinkLocalAllNodesMulticast (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/net/
Dip6_address.hpp714 void SetToLinkLocalAllNodesMulticast(void);
Dip6_address.cpp371 void Address::SetToLinkLocalAllNodesMulticast(void) { *this = GetLinkLocalAllNodesMulticast(); } in SetToLinkLocalAllNodesMulticast() function in ot::Ip6::Address
/openthread-latest/src/core/thread/
Dmle_router.cpp580 destination.SetToLinkLocalAllNodesMulticast(); in SendAdvertisement()
2581 destination.SetToLinkLocalAllNodesMulticast(); in HandleNetworkDataUpdateRouter()
3864 destination.SetToLinkLocalAllNodesMulticast(); in SendTimeSync()
Dmle.cpp2188 destination.SetToLinkLocalAllNodesMulticast(); in SendAnnounce()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp638 destAddress.SetToLinkLocalAllNodesMulticast(); in SendRouterAdvertisement()