Home
last modified time | relevance | path

Searched refs:bRxStopped (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Transmission/
DFreeRTOS_TCP_Transmission_utest.c457 pxSocket->u.xTCP.bits.bRxStopped = pdFALSE; in test_prvTCPReturnPacket_Null_Buffer_Null_Rx_Stream_KL()
741 pxSocket->u.xTCP.bits.bRxStopped = pdFALSE; in test_prvTCPReturnPacket_No_KL()
792 pxSocket->u.xTCP.bits.bRxStopped = pdFALSE; in test_prvTCPReturnPacket_No_KL_LocalIP()
850 pxSocket->u.xTCP.bits.bRxStopped = pdFALSE; in test_prvTCPReturnPacket_No_KL_LocalIP_GT_Eth_Packet_Length()
900 pxSocket->u.xTCP.bits.bRxStopped = pdFALSE; in test_prvTCPReturnPacket_No_KL_LocalIP_ARP_Not_Hit()
953 pxSocket->u.xTCP.bits.bRxStopped = pdTRUE; in test_prvTCPReturnPacket_No_KL_Fin_Suppress_Rx_Stop()
1001 pxSocket->u.xTCP.bits.bRxStopped = pdFALSE; in test_prvTCPReturnPacket_No_KL_Fin_Not_Suppress_Low_Water()
1049 pxSocket->u.xTCP.bits.bRxStopped = pdFALSE; in test_prvTCPReturnPacket_No_KL_Fin_Not_Suppress_Big_Win()
2063 pxSocket->u.xTCP.bits.bRxStopped = pdFALSE; in test_prvSendData_AckMsg_Not_Null_Small_Length()
2116 pxSocket->u.xTCP.bits.bRxStopped = pdFALSE; in test_prvSendData_AckMsg_Not_Null_Same_NetBuffer_Syn_State()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP_Private.h587 bRxStopped : 1, /**< Application asked to temporarily stop reception */ member
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_Transmission.c333 …u.xTCP.bits.bLowWater != pdFALSE_UNSIGNED ) || ( pxSocket->u.xTCP.bits.bRxStopped != pdFALSE_UNSIG… in prvTCPReturn_CheckTCPWindow()
DFreeRTOS_Sockets.c2643 pxSocket->u.xTCP.bits.bRxStopped = pdTRUE_UNSIGNED; in prvSetOptionStopRX()
2647 pxSocket->u.xTCP.bits.bRxStopped = pdFALSE_UNSIGNED; in prvSetOptionStopRX()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_GenericAPI_utest.c2196 TEST_ASSERT_EQUAL( pdTRUE, xSocket.u.xTCP.bits.bRxStopped ); in test_FreeRTOS_setsockopt_StopRx_Set()
2223 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.bits.bRxStopped ); in test_FreeRTOS_setsockopt_StopRx_Reset()