Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_Sockets.h117 #define FREERTOS_SO_RCVBUF ( 5 ) /* Set the size of the receive buffer (TCP only). */ macro
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c1746 … ( ( lOptionName == FREERTOS_SO_RCVBUF ) && ( pxSocket->u.xTCP.rxStream != NULL ) ) ) in prvSockopt_so_buffer()
2009 … case FREERTOS_SO_RCVBUF: /* Set the size of the receive buffer, in units of MSS (TCP only) */ in FreeRTOS_setsockopt()
2035 … xReturn = prvSockopt_so_buffer( pxSocket, FREERTOS_SO_RCVBUF, &( pxProps->lRxBufSize ) ); in FreeRTOS_setsockopt()
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_privates_utest.c1465 lOptionName = FREERTOS_SO_RCVBUF; in test_prvSockopt_so_buffer_InvalidOption3()
1489 lOptionName = FREERTOS_SO_RCVBUF; in test_prvSockopt_so_buffer_InvalidOption4()
DFreeRTOS_Sockets_GenericAPI_utest.c1779 int32_t lOptionName = FREERTOS_SO_RCVBUF; in test_FreeRTOS_setsockopt_RecvBuff()