Searched refs:FREERTOS_SO_RCVBUF (Results 1 – 4 of 4) sorted by relevance
120 #define FREERTOS_SO_RCVBUF ( 5 ) /* Set the size of the receive buffer (TCP only). */ macro
2358 … ( ( lOptionName == FREERTOS_SO_RCVBUF ) && ( pxSocket->u.xTCP.rxStream != NULL ) ) ) in prvSockopt_so_buffer()2506 … xReturn = prvSockopt_so_buffer( pxSocket, FREERTOS_SO_RCVBUF, &( pxProps->lRxBufSize ) ); in prvSetOptionTCPWindows()2907 … case FREERTOS_SO_RCVBUF: /* Set the size of the receive buffer, in units of MSS (TCP only) */ in FreeRTOS_setsockopt()
1547 lOptionName = FREERTOS_SO_RCVBUF; in test_prvSockopt_so_buffer_InvalidOption3()1571 lOptionName = FREERTOS_SO_RCVBUF; in test_prvSockopt_so_buffer_InvalidOption4()
1750 int32_t lOptionName = FREERTOS_SO_RCVBUF; in test_FreeRTOS_setsockopt_RecvBuff()