Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_TCP_State_Handling.c514 BaseType_t xSendLength = 0, xMayClose = pdFALSE, bRxComplete, bTxDone; in prvHandleEstablished() local
593 bTxDone = xTCPWindowTxDone( pxTCPWindow ); in prvHandleEstablished()
595 if( ( bRxComplete == 0 ) || ( bTxDone == 0 ) ) in prvHandleEstablished()
602 ( int ) bTxDone ) ); in prvHandleEstablished()