Searched refs:pxProps (Results 1 – 1 of 1) sorted by relevance
2484 const WinProperties_t * pxProps; in prvSetOptionTCPWindows() local2496 pxProps = ( const WinProperties_t * ) pvOptionValue; in prvSetOptionTCPWindows()2499 … xReturn = prvSockopt_so_buffer( pxSocket, FREERTOS_SO_SNDBUF, &( pxProps->lTxBufSize ) ); in prvSetOptionTCPWindows()2506 … xReturn = prvSockopt_so_buffer( pxSocket, FREERTOS_SO_RCVBUF, &( pxProps->lRxBufSize ) ); in prvSetOptionTCPWindows()2515 …pxTCP->uxRxWinSize = ( uint32_t ) pxProps->lRxWinSize; /* Fixed value: size of the TCP reception w… in prvSetOptionTCPWindows()2516 …pxTCP->uxTxWinSize = ( uint32_t ) pxProps->lTxWinSize; /* Fixed value: size of the TCP transmit wi… in prvSetOptionTCPWindows()