Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.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-v3.1.0/test/unit-test/FreeRTOS_TCP_Transmission/
DFreeRTOS_TCP_Transmission_utest.c364 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvTCPReturnPacket_Null_Buffer_Null_Rx_Stream_KL()
451 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvTCPReturnPacket_No_KL()
487 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvTCPReturnPacket_No_KL_LocalIP()
530 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvTCPReturnPacket_No_KL_LocalIP_GT_Eth_Packet_Length()
572 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvTCPReturnPacket_No_KL_LocalIP_ARP_Not_Hit()
619 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvTCPReturnPacket_No_KL_Fin_Suppress_Rx_Stop()
658 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvTCPReturnPacket_No_KL_Fin_Not_Suppress_Low_Water()
697 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvTCPReturnPacket_No_KL_Fin_Not_Suppress_Big_Win()
1607 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvSendData_AckMsg_Not_Null_Small_Length()
1652 pxTCPWindow->xSize.ulRxWindowLength = 500; in test_prvSendData_AckMsg_Not_Null_Same_NetBuffer_Syn_State()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_TCP_Reception.c300 …pxTCPWindow->xSize.ulRxWindowLength = ( ( uint32_t ) uxNewMSS ) * ( pxTCPWindow->xSize.ulRxWindowL… in prvSingleStepTCPHeaderOptions()
DFreeRTOS_TCP_WIN.c777 uint32_t ulRxWindowLength, in vTCPWindowCreate() argument
804 … ( unsigned ) ulRxWindowLength, ( unsigned ) ulTxWindowLength ) ); in vTCPWindowCreate()
807 pxWindow->xSize.ulRxWindowLength = ulRxWindowLength; in vTCPWindowCreate()
841 … pxWindow->xSize.ulRxWindowLength = ( pxWindow->xSize.ulRxWindowLength / ulMSS ) * ulMSS; in vTCPWindowInit()
DFreeRTOS_TCP_IP.c756 … pxSocket->u.xTCP.xTCPWindow.xSize.ulRxWindowLength ) != pdFALSE ) ) in xProcessReceivedTCPPacket()
DFreeRTOS_TCP_Transmission.c340 ulSpace = FreeRTOS_min_uint32( pxTCPWindow->xSize.ulRxWindowLength, ulFrontSpace ); in prvTCPReturnPacket()
DFreeRTOS_Sockets.c2058 … pxTCP->xTCPWindow.xSize.ulRxWindowLength = ( uint32_t ) ( pxTCP->uxRxWinSize * pxTCP->usMSS ); in FreeRTOS_setsockopt()
/FreeRTOS-Plus-TCP-v3.1.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-v3.1.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_GenericAPI_utest.c1922 …ptionValue.lRxWinSize * xSocket.u.xTCP.usMSS ), xSocket.u.xTCP.xTCPWindow.xSize.ulRxWindowLength ); in test_FreeRTOS_setsockopt_WinPropsTCPWinInit()