Home
last modified time | relevance | path

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

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