Searched refs:ulRxWindowLength (Results 1 – 10 of 10) sorted by relevance
79 uint32_t ulRxWindowLength; /**< The TCP window size of the incoming stream. */ member152 uint32_t ulRxWindowLength,
300 …pxTCPWindow->xSize.ulRxWindowLength = ( ( uint32_t ) uxNewMSS ) * ( pxTCPWindow->xSize.ulRxWindowL… in prvSingleStepTCPHeaderOptions()
781 uint32_t ulRxWindowLength, in vTCPWindowCreate() argument808 … ( unsigned ) ulRxWindowLength, ( unsigned ) ulTxWindowLength ) ); in vTCPWindowCreate()811 pxWindow->xSize.ulRxWindowLength = ulRxWindowLength; in vTCPWindowCreate()845 … pxWindow->xSize.ulRxWindowLength = ( pxWindow->xSize.ulRxWindowLength / ulMSS ) * ulMSS; in vTCPWindowInit()
241 … pxSocket->u.xTCP.xTCPWindow.xSize.ulRxWindowLength ) != pdFALSE ) ) in xProcessReceivedTCPPacket_IPV4()
234 … pxSocket->u.xTCP.xTCPWindow.xSize.ulRxWindowLength ) != pdFALSE ) ) in xProcessReceivedTCPPacket_IPV6()
331 ulSpace = FreeRTOS_min_uint32( pxTCPWindow->xSize.ulRxWindowLength, ulFrontSpace ); in prvTCPReturn_CheckTCPWindow()
2529 … pxTCP->xTCPWindow.xSize.ulRxWindowLength = ( uint32_t ) ( pxTCP->uxRxWinSize * pxTCP->usMSS ); in prvSetOptionTCPWindows()
462 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvTCPReturnPacket_Null_Buffer_Null_Rx_Stream_KL()746 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvTCPReturnPacket_No_KL()797 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvTCPReturnPacket_No_KL_LocalIP()855 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvTCPReturnPacket_No_KL_LocalIP_GT_Eth_Packet_Length()905 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvTCPReturnPacket_No_KL_LocalIP_ARP_Not_Hit()958 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvTCPReturnPacket_No_KL_Fin_Suppress_Rx_Stop()1006 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvTCPReturnPacket_No_KL_Fin_Not_Suppress_Low_Water()1054 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvTCPReturnPacket_No_KL_Fin_Not_Suppress_Big_Win()2067 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvSendData_AckMsg_Not_Null_Small_Length()2120 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvSendData_AckMsg_Not_Null_Same_NetBuffer_Syn_State()[all …]
245 uint32_t ulRxWindowLength = 0; in test_vTCPWindowCreate_success() local271 ulRxWindowLength, in test_vTCPWindowCreate_success()282 uint32_t ulRxWindowLength = 0; in test_vTCPWindowCreate_tcp_segment_null() local300 ulRxWindowLength, in test_vTCPWindowCreate_tcp_segment_null()310 uint32_t ulRxWindowLength = 0; in test_vTCPWindowCreate_null_tcpSegment() local325 ulRxWindowLength, in test_vTCPWindowCreate_null_tcpSegment()330 TEST_ASSERT_EQUAL( ulRxWindowLength, xWindow.xSize.ulRxWindowLength ); in test_vTCPWindowCreate_null_tcpSegment()
1893 …ptionValue.lRxWinSize * xSocket.u.xTCP.usMSS ), xSocket.u.xTCP.xTCPWindow.xSize.ulRxWindowLength ); in test_FreeRTOS_setsockopt_WinPropsTCPWinInit()