Searched refs:ulTxWindowLength (Results 1 – 5 of 5) sorted by relevance
80 uint32_t ulTxWindowLength; /**< The TCP window size of the outgoing stream. */ member153 uint32_t ulTxWindowLength,
782 uint32_t ulTxWindowLength, in vTCPWindowCreate() argument808 … ( unsigned ) ulRxWindowLength, ( unsigned ) ulTxWindowLength ) ); in vTCPWindowCreate()812 pxWindow->xSize.ulTxWindowLength = ulTxWindowLength; in vTCPWindowCreate()1568 ( pxWindow->xSize.ulTxWindowLength < in prvTCPWindowTxHasSpace()1863 … ( pxWindow->xSize.ulTxWindowLength > ( 2U * ( ( uint32_t ) pxWindow->usMSS ) ) ) ) in ulTCPWindowTxGet()1869 ( unsigned ) pxWindow->xSize.ulTxWindowLength, in ulTCPWindowTxGet()1871 pxWindow->xSize.ulTxWindowLength = usMSS2; in ulTCPWindowTxGet()
2530 … pxTCP->xTCPWindow.xSize.ulTxWindowLength = ( uint32_t ) ( pxTCP->uxTxWinSize * pxTCP->usMSS ); in prvSetOptionTCPWindows()
246 uint32_t ulTxWindowLength = 0; in test_vTCPWindowCreate_success() local272 ulTxWindowLength, in test_vTCPWindowCreate_success()283 uint32_t ulTxWindowLength = 0; in test_vTCPWindowCreate_tcp_segment_null() local301 ulTxWindowLength, in test_vTCPWindowCreate_tcp_segment_null()311 uint32_t ulTxWindowLength = 0; in test_vTCPWindowCreate_null_tcpSegment() local326 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 …]
1894 …ptionValue.lTxWinSize * xSocket.u.xTCP.usMSS ), xSocket.u.xTCP.xTCPWindow.xSize.ulTxWindowLength ); in test_FreeRTOS_setsockopt_WinPropsTCPWinInit()