Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_TCP_WIN.c1522 uint32_t ulNettSize; in prvTCPWindowTxHasSpace() local
1547 ulNettSize = ulWindowSize - FreeRTOS_min_uint32( ulWindowSize, ulTxOutstanding ); in prvTCPWindowTxHasSpace()
1550 if( ulNettSize >= ( uint32_t ) pxSegment->lDataLength ) in prvTCPWindowTxHasSpace()