Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_WIN.c1526 uint32_t ulNettSize; in prvTCPWindowTxHasSpace() local
1551 ulNettSize = ulWindowSize - FreeRTOS_min_uint32( ulWindowSize, ulTxOutstanding ); in prvTCPWindowTxHasSpace()
1554 if( ulNettSize >= ( uint32_t ) pxSegment->lDataLength ) in prvTCPWindowTxHasSpace()