Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_Sockets.h120 #define FREERTOS_SO_RCVBUF ( 5 ) /* Set the size of the receive buffer (TCP only). */ macro
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c2358 … ( ( 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()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_privates_utest.c1547 lOptionName = FREERTOS_SO_RCVBUF; in test_prvSockopt_so_buffer_InvalidOption3()
1571 lOptionName = FREERTOS_SO_RCVBUF; in test_prvSockopt_so_buffer_InvalidOption4()
DFreeRTOS_Sockets_GenericAPI_utest.c1750 int32_t lOptionName = FREERTOS_SO_RCVBUF; in test_FreeRTOS_setsockopt_RecvBuff()