Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c2016 const WinProperties_t * pxProps; in FreeRTOS_setsockopt() local
2024 pxProps = ( const WinProperties_t * ) pvOptionValue; in FreeRTOS_setsockopt()
2027 … xReturn = prvSockopt_so_buffer( pxSocket, FREERTOS_SO_SNDBUF, &( pxProps->lTxBufSize ) ); in FreeRTOS_setsockopt()
2035 … xReturn = prvSockopt_so_buffer( pxSocket, FREERTOS_SO_RCVBUF, &( pxProps->lRxBufSize ) ); in FreeRTOS_setsockopt()
2044 …pxTCP->uxRxWinSize = ( uint32_t ) pxProps->lRxWinSize; /* Fixed value: size of the TCP reception w… in FreeRTOS_setsockopt()
2045 …pxTCP->uxTxWinSize = ( uint32_t ) pxProps->lTxWinSize; /* Fixed value: size of the TCP transmit wi… in FreeRTOS_setsockopt()