Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c1588 struct freertos_sockaddr xTempDestinationAddress; in FreeRTOS_sendto() local
1592 …( void ) memcpy( &xTempDestinationAddress, pxDestinationAddress, sizeof( struct freertos_sockaddr … in FreeRTOS_sendto()
1596 xTempDestinationAddress.sin_family = FREERTOS_AF_INET; in FreeRTOS_sendto()
1597 pxDestinationAddress = &xTempDestinationAddress; in FreeRTOS_sendto()