Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_TCP_WIN.h80 uint32_t ulTxWindowLength; /**< The TCP window size of the outgoing stream. */ member
153 uint32_t ulTxWindowLength,
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_TCP_WIN.c778 uint32_t ulTxWindowLength, in vTCPWindowCreate() argument
804 … ( unsigned ) ulRxWindowLength, ( unsigned ) ulTxWindowLength ) ); in vTCPWindowCreate()
808 pxWindow->xSize.ulTxWindowLength = ulTxWindowLength; in vTCPWindowCreate()
1564 ( pxWindow->xSize.ulTxWindowLength < in prvTCPWindowTxHasSpace()
1859 … ( pxWindow->xSize.ulTxWindowLength > ( 2U * ( ( uint32_t ) pxWindow->usMSS ) ) ) ) in ulTCPWindowTxGet()
1865 ( unsigned ) pxWindow->xSize.ulTxWindowLength, in ulTCPWindowTxGet()
1867 pxWindow->xSize.ulTxWindowLength = usMSS2; in ulTCPWindowTxGet()
DFreeRTOS_Sockets.c2059 … pxTCP->xTCPWindow.xSize.ulTxWindowLength = ( uint32_t ) ( pxTCP->uxTxWinSize * pxTCP->usMSS ); in FreeRTOS_setsockopt()
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_TCP_WIN/
DFreeRTOS_TCP_WIN_utest.c246 uint32_t ulTxWindowLength = 0; in test_vTCPWindowCreate_success() local
272 ulTxWindowLength, in test_vTCPWindowCreate_success()
283 uint32_t ulTxWindowLength = 0; in test_vTCPWindowCreate_tcp_segment_null() local
301 ulTxWindowLength, in test_vTCPWindowCreate_tcp_segment_null()
311 uint32_t ulTxWindowLength = 0; in test_vTCPWindowCreate_null_tcpSegment() local
326 ulTxWindowLength, in test_vTCPWindowCreate_null_tcpSegment()
331 TEST_ASSERT_EQUAL( ulTxWindowLength, xWindow.xSize.ulTxWindowLength ); in test_vTCPWindowCreate_null_tcpSegment()
1709 xWindow.xSize.ulTxWindowLength = ( ( xWindow.tx.ulHighestSequenceNumber - in test_ulTCPWindowTxGet_empty_wait_queue_2()
1753 xWindow.xSize.ulTxWindowLength = ( ( xWindow.tx.ulHighestSequenceNumber - in test_ulTCPWindowTxGet_empty_wait_queue_3()
2054 xWindow.xSize.ulTxWindowLength = ( xWindow.usMSS * 2 ) + 10; in test_ulTCPWindowTxGet_segment_not_null_2()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_GenericAPI_utest.c1923 …ptionValue.lTxWinSize * xSocket.u.xTCP.usMSS ), xSocket.u.xTCP.xTCPWindow.xSize.ulTxWindowLength ); in test_FreeRTOS_setsockopt_WinPropsTCPWinInit()