Searched refs:prvTCPSocketIsActive (Results 1 – 4 of 4) sorted by relevance
43 BaseType_t prvTCPSocketIsActive( eIPTCPState_t eStatus );
90 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()94 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()98 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()102 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()106 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()110 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()114 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()118 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()122 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()126 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()[all …]
438 if( prvTCPSocketIsActive( pxSocket->u.xTCP.eTCPState ) == 0 ) in vTCPStateChange()664 … if( ( pxSocket == NULL ) || ( prvTCPSocketIsActive( pxSocket->u.xTCP.eTCPState ) == pdFALSE ) ) in xProcessReceivedTCPPacket()
102 BaseType_t prvTCPSocketIsActive( eIPTCPState_t eStatus ) in prvTCPSocketIsActive() function