Lines Matching refs:destination
528 Ip6::Address destination; in SendAdvertisement() local
563 destination.SetToLinkLocalAllNodesMulticast(); in SendAdvertisement()
564 SuccessOrExit(error = message->SendTo(destination)); in SendAdvertisement()
566 Log(kMessageSend, kTypeAdvertisement, destination); in SendAdvertisement()
581 Ip6::Address destination; in SendLinkRequest() local
585 destination.Clear(); in SendLinkRequest()
630 destination.SetToLinkLocalAllRoutersMulticast(); in SendLinkRequest()
647 destination.SetToLinkLocalAddress(aNeighbor->GetExtAddress()); in SendLinkRequest()
650 SuccessOrExit(error = message->SendTo(destination)); in SendLinkRequest()
652 Log(kMessageSend, kTypeLinkRequest, destination); in SendLinkRequest()
1784 Ip6::Address destination; in SendParentResponse() local
1815 destination.SetToLinkLocalAddress(aChild->GetExtAddress()); in SendParentResponse()
1820 SuccessOrExit(error = message->SendAfterDelay(destination, delay)); in SendParentResponse()
1822 Log(kMessageDelay, kTypeParentResponse, destination); in SendParentResponse()
2687 Ip6::Address destination; in HandleNetworkDataUpdateRouter() local
2693 destination.SetToLinkLocalAllNodesMulticast(); in HandleNetworkDataUpdateRouter()
2697 SendDataResponse(destination, tlvList, delay); in HandleNetworkDataUpdateRouter()
2933 Ip6::Address destination; in SendChildIdResponse() local
3014 destination.SetToLinkLocalAddress(aChild.GetExtAddress()); in SendChildIdResponse()
3015 SuccessOrExit(error = message->SendTo(destination)); in SendChildIdResponse()
3017 Log(kMessageSend, kTypeChildIdResponse, destination, aChild.GetRloc16()); in SendChildIdResponse()
3029 Ip6::Address destination; in SendChildUpdateRequest() local
3068 destination.SetToLinkLocalAddress(aChild.GetExtAddress()); in SendChildUpdateRequest()
3069 SuccessOrExit(error = message->SendTo(destination)); in SendChildUpdateRequest()
3077 Log(kMessageSend, kTypeChildUpdateRequestOfChild, destination, aChild.GetRloc16()); in SendChildUpdateRequest()
4072 Ip6::Address destination; in SendTimeSync() local
4079 destination.SetToLinkLocalAllNodesMulticast(); in SendTimeSync()
4080 SuccessOrExit(error = message->SendTo(destination)); in SendTimeSync()
4082 Log(kMessageSend, kTypeTimeSync, destination); in SendTimeSync()