Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/
A DSNTPClientTask.c751 struct freertos_sockaddr destinationAddress; in UdpTransport_Send() local
756 destinationAddress.sin_address.ulIP_IPv4 = FreeRTOS_htonl( serverAddr ); in UdpTransport_Send()
760 destinationAddress.sin_addr = FreeRTOS_htonl( serverAddr ); in UdpTransport_Send()
764 destinationAddress.sin_port = FreeRTOS_htons( serverPort ); in UdpTransport_Send()
765 destinationAddress.sin_family = FREERTOS_AF_INET; in UdpTransport_Send()
778 &destinationAddress, in UdpTransport_Send()
780 sizeof( destinationAddress ) in UdpTransport_Send()

Completed in 6 milliseconds