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,
778 uint32_t ulTxWindowLength, in vTCPWindowCreate() argument804 … ( 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()
2059 … pxTCP->xTCPWindow.xSize.ulTxWindowLength = ( uint32_t ) ( pxTCP->uxTxWinSize * pxTCP->usMSS ); in FreeRTOS_setsockopt()
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 …]
1923 …ptionValue.lTxWinSize * xSocket.u.xTCP.usMSS ), xSocket.u.xTCP.xTCPWindow.xSize.ulTxWindowLength ); in test_FreeRTOS_setsockopt_WinPropsTCPWinInit()