Home
last modified time | relevance | path

Searched refs:bSendKeepAlive (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Transmission/
DFreeRTOS_TCP_Transmission_utest.c291 pxSocket->u.xTCP.bits.bSendKeepAlive = pdFALSE; in test_prvTCPSendPacket_Other_State_Something_To_Send()
360 pxSocket->u.xTCP.bits.bSendKeepAlive = pdFALSE; in test_prvTCPSendRepeated_Zero_To_Send()
392 pxSocket->u.xTCP.bits.bSendKeepAlive = pdTRUE; in test_prvTCPSendRepeated_Repeat_8()
460 pxSocket->u.xTCP.bits.bSendKeepAlive = pdTRUE; in test_prvTCPReturnPacket_Null_Buffer_Null_Rx_Stream_KL()
744 pxSocket->u.xTCP.bits.bSendKeepAlive = pdFALSE; in test_prvTCPReturnPacket_No_KL()
795 pxSocket->u.xTCP.bits.bSendKeepAlive = pdFALSE; in test_prvTCPReturnPacket_No_KL_LocalIP()
853 pxSocket->u.xTCP.bits.bSendKeepAlive = pdFALSE; in test_prvTCPReturnPacket_No_KL_LocalIP_GT_Eth_Packet_Length()
903 pxSocket->u.xTCP.bits.bSendKeepAlive = pdFALSE; in test_prvTCPReturnPacket_No_KL_LocalIP_ARP_Not_Hit()
956 pxSocket->u.xTCP.bits.bSendKeepAlive = pdFALSE; in test_prvTCPReturnPacket_No_KL_Fin_Suppress_Rx_Stop()
1004 pxSocket->u.xTCP.bits.bSendKeepAlive = pdFALSE; in test_prvTCPReturnPacket_No_KL_Fin_Not_Suppress_Low_Water()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_IP/
DFreeRTOS_TCP_IP_utest.c487 TEST_ASSERT_EQUAL( pdFALSE_UNSIGNED, xSocket.u.xTCP.bits.bSendKeepAlive ); in test_prvTCPTouchSocket()
690 TEST_ASSERT_EQUAL( pdFALSE_UNSIGNED, xSocket.u.xTCP.bits.bSendKeepAlive ); in test_vTCPStateChange_ClosedState()
725 TEST_ASSERT_EQUAL( pdFALSE_UNSIGNED, xSocket.u.xTCP.bits.bSendKeepAlive ); in test_vTCPStateChange_ClosedWaitState_PrvStateSyn()
760 TEST_ASSERT_EQUAL( pdFALSE_UNSIGNED, xSocket.u.xTCP.bits.bSendKeepAlive ); in test_vTCPStateChange_ClosedWaitState_PrvStateSynFirst()
799 TEST_ASSERT_EQUAL( pdFALSE_UNSIGNED, xSocket.u.xTCP.bits.bSendKeepAlive ); in test_vTCPStateChange_ClosedWaitState_CurrentStateSynFirstNextStateCloseWait()
834 TEST_ASSERT_EQUAL( pdFALSE_UNSIGNED, xSocket.u.xTCP.bits.bSendKeepAlive ); in test_vTCPStateChange_ClosedWaitState_PrvStateSynRecvd()
866 TEST_ASSERT_EQUAL( pdFALSE_UNSIGNED, xSocket.u.xTCP.bits.bSendKeepAlive ); in test_vTCPStateChange_ClosedWaitState()
900 TEST_ASSERT_EQUAL( pdFALSE_UNSIGNED, xSocket.u.xTCP.bits.bSendKeepAlive ); in test_vTCPStateChange_ClosedWaitState_bIsIPv6()
935 TEST_ASSERT_EQUAL( pdFALSE_UNSIGNED, xSocket.u.xTCP.bits.bSendKeepAlive ); in test_vTCPStateChange_ClosedWaitState_IncorrectPort()
973 TEST_ASSERT_EQUAL( pdFALSE_UNSIGNED, xSocket.u.xTCP.bits.bSendKeepAlive ); in test_vTCPStateChange_ClosedWaitState_CallingFromIPTask()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_IP_DiffConfig/
DFreeRTOS_TCP_IP_DiffConfig_utest.c182 TEST_ASSERT_EQUAL( pdFALSE_UNSIGNED, xSocket.u.xTCP.bits.bSendKeepAlive ); in test_vTCPStateChange_ClosedWaitState_CurrentStateSynFirstNextStateCloseWait()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_Transmission.c401 if( pxSocket->u.xTCP.bits.bSendKeepAlive != pdFALSE_UNSIGNED ) in prvTCPReturn_SetSequenceNumber()
406 pxSocket->u.xTCP.bits.bSendKeepAlive = pdFALSE_UNSIGNED; in prvTCPReturn_SetSequenceNumber()
981 pxSocket->u.xTCP.bits.bSendKeepAlive = pdTRUE_UNSIGNED; in prvTCPPrepareSend()
996 ( pxSocket->u.xTCP.bits.bSendKeepAlive != pdFALSE_UNSIGNED ) ) in prvTCPPrepareSend()
DFreeRTOS_TCP_IP.c265 pxSocket->u.xTCP.bits.bSendKeepAlive = pdFALSE_UNSIGNED; in prvTCPTouchSocket()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP_Private.h576bSendKeepAlive : 1, /**< When this flag is true, a TCP keep-alive message must be send */ member