Searched refs:prvTCPSocketIsActive (Results 1 – 6 of 6) sorted by relevance
43 BaseType_t prvTCPSocketIsActive( eIPTCPState_t eStatus );
100 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()104 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()108 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()112 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()116 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()120 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()124 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()128 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()132 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()136 xResult = prvTCPSocketIsActive( Status ); in test_prvTCPSocketIsActive()[all …]
149 … if( ( pxSocket == NULL ) || ( prvTCPSocketIsActive( pxSocket->u.xTCP.eTCPState ) == pdFALSE ) ) in xProcessReceivedTCPPacket_IPV4()
142 … if( ( pxSocket == NULL ) || ( prvTCPSocketIsActive( pxSocket->u.xTCP.eTCPState ) == pdFALSE ) ) in xProcessReceivedTCPPacket_IPV6()
423 if( prvTCPSocketIsActive( pxSocket->u.xTCP.eTCPState ) == 0 ) in vTCPStateChange()
96 BaseType_t prvTCPSocketIsActive( eIPTCPState_t eStatus ) in prvTCPSocketIsActive() function