Home
last modified time | relevance | path

Searched refs:ulRxWindowLength (Results 1 – 10 of 10) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_TCP_WIN.h79 uint32_t ulRxWindowLength; /**< The TCP window size of the incoming stream. */ member
152 uint32_t ulRxWindowLength,
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_Reception.c300 …pxTCPWindow->xSize.ulRxWindowLength = ( ( uint32_t ) uxNewMSS ) * ( pxTCPWindow->xSize.ulRxWindowL… in prvSingleStepTCPHeaderOptions()
DFreeRTOS_TCP_WIN.c781 uint32_t ulRxWindowLength, in vTCPWindowCreate() argument
808 … ( unsigned ) ulRxWindowLength, ( unsigned ) ulTxWindowLength ) ); in vTCPWindowCreate()
811 pxWindow->xSize.ulRxWindowLength = ulRxWindowLength; in vTCPWindowCreate()
845 … pxWindow->xSize.ulRxWindowLength = ( pxWindow->xSize.ulRxWindowLength / ulMSS ) * ulMSS; in vTCPWindowInit()
DFreeRTOS_TCP_IP_IPv4.c241 … pxSocket->u.xTCP.xTCPWindow.xSize.ulRxWindowLength ) != pdFALSE ) ) in xProcessReceivedTCPPacket_IPV4()
DFreeRTOS_TCP_IP_IPv6.c234 … pxSocket->u.xTCP.xTCPWindow.xSize.ulRxWindowLength ) != pdFALSE ) ) in xProcessReceivedTCPPacket_IPV6()
DFreeRTOS_TCP_Transmission.c331 ulSpace = FreeRTOS_min_uint32( pxTCPWindow->xSize.ulRxWindowLength, ulFrontSpace ); in prvTCPReturn_CheckTCPWindow()
DFreeRTOS_Sockets.c2529 … pxTCP->xTCPWindow.xSize.ulRxWindowLength = ( uint32_t ) ( pxTCP->uxRxWinSize * pxTCP->usMSS ); in prvSetOptionTCPWindows()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Transmission/
DFreeRTOS_TCP_Transmission_utest.c462 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 …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_WIN/
DFreeRTOS_TCP_WIN_utest.c245 uint32_t ulRxWindowLength = 0; in test_vTCPWindowCreate_success() local
271 ulRxWindowLength, in test_vTCPWindowCreate_success()
282 uint32_t ulRxWindowLength = 0; in test_vTCPWindowCreate_tcp_segment_null() local
300 ulRxWindowLength, in test_vTCPWindowCreate_tcp_segment_null()
310 uint32_t ulRxWindowLength = 0; in test_vTCPWindowCreate_null_tcpSegment() local
325 ulRxWindowLength, in test_vTCPWindowCreate_null_tcpSegment()
330 TEST_ASSERT_EQUAL( ulRxWindowLength, xWindow.xSize.ulRxWindowLength ); in test_vTCPWindowCreate_null_tcpSegment()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_GenericAPI_utest.c1893 …ptionValue.lRxWinSize * xSocket.u.xTCP.usMSS ), xSocket.u.xTCP.xTCPWindow.xSize.ulRxWindowLength ); in test_FreeRTOS_setsockopt_WinPropsTCPWinInit()