Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_TCP_IP.h70eFIN_WAIT_2, /* 7 (server + client) waiting for a connection termination request from the remote… enumerator
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_State_Handling.c104 case eFIN_WAIT_2: in prvTCPSocketIsActive()
167 case eFIN_WAIT_2: in prvTCPStatusAgeCheck()
860 …case eFIN_WAIT_2: /* (server + client) waiting for a connection termination request from the remot… in prvTCPHandleState()
DFreeRTOS_Sockets.c3629 case eFIN_WAIT_2: in bMayConnect()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_State_Handling/
DFreeRTOS_TCP_State_Handling_utest.c107 Status = eFIN_WAIT_2; in test_prvTCPSocketIsActive()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_privates_utest.c2041 xSocket.u.xTCP.eTCPState = eFIN_WAIT_2; in test_bMayConnect()