Lines Matching refs:destination
543 Ip6::Address destination; in SendAdvertisement() local
580 destination.SetToLinkLocalAllNodesMulticast(); in SendAdvertisement()
581 SuccessOrExit(error = message->SendTo(destination)); in SendAdvertisement()
583 Log(kMessageSend, kTypeAdvertisement, destination); in SendAdvertisement()
598 Ip6::Address destination; in SendLinkRequest() local
602 destination.Clear(); in SendLinkRequest()
647 destination.SetToLinkLocalAllRoutersMulticast(); in SendLinkRequest()
664 destination.SetToLinkLocalAddress(aNeighbor->GetExtAddress()); in SendLinkRequest()
667 SuccessOrExit(error = message->SendTo(destination)); in SendLinkRequest()
669 Log(kMessageSend, kTypeLinkRequest, destination); in SendLinkRequest()
1696 Ip6::Address destination; in SendParentResponse() local
1725 destination.SetToLinkLocalAddress(aChild->GetExtAddress()); in SendParentResponse()
1730 SuccessOrExit(error = message->SendAfterDelay(destination, delay)); in SendParentResponse()
1732 Log(kMessageDelay, kTypeParentResponse, destination); in SendParentResponse()
2575 Ip6::Address destination; in HandleNetworkDataUpdateRouter() local
2581 destination.SetToLinkLocalAllNodesMulticast(); in HandleNetworkDataUpdateRouter()
2585 SendDataResponse(destination, tlvList, delay); in HandleNetworkDataUpdateRouter()
2798 Ip6::Address destination; in SendChildIdResponse() local
2877 destination.SetToLinkLocalAddress(aChild.GetExtAddress()); in SendChildIdResponse()
2878 SuccessOrExit(error = message->SendTo(destination)); in SendChildIdResponse()
2880 Log(kMessageSend, kTypeChildIdResponse, destination, aChild.GetRloc16()); in SendChildIdResponse()
2892 Ip6::Address destination; in SendChildUpdateRequest() local
2953 destination.SetToLinkLocalAddress(aChild.GetExtAddress()); in SendChildUpdateRequest()
2954 SuccessOrExit(error = message->SendTo(destination)); in SendChildUpdateRequest()
2962 Log(kMessageSend, kTypeChildUpdateRequestOfChild, destination, aChild.GetRloc16()); in SendChildUpdateRequest()
3857 Ip6::Address destination; in SendTimeSync() local
3864 destination.SetToLinkLocalAllNodesMulticast(); in SendTimeSync()
3865 SuccessOrExit(error = message->SendTo(destination)); in SendTimeSync()
3867 Log(kMessageSend, kTypeTimeSync, destination); in SendTimeSync()