Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6_address.hpp648 void SetToLinkLocalAllNodesMulticast(void);
Dip6_address.cpp360 void Address::SetToLinkLocalAllNodesMulticast(void) { *this = GetLinkLocalAllNodesMulticast(); } in SetToLinkLocalAllNodesMulticast() function in ot::Ip6::Address
/openthread-latest/src/core/thread/
Dmle_router.cpp541 destination.SetToLinkLocalAllNodesMulticast(); in SendMulticastAdvertisement()
3156 destination.SetToLinkLocalAllNodesMulticast(); in SendMulticastDataResponse()
3945 destination.SetToLinkLocalAllNodesMulticast(); in SendTimeSync()
Dmle.cpp2143 destination.SetToLinkLocalAllNodesMulticast(); in SendAnnounce()
4590 destination.SetToLinkLocalAllNodesMulticast(); in ScheduleMulticastDataResponse()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp626 destAddress.SetToLinkLocalAllNodesMulticast(); in SendRouterAdvertisement()