Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_WIN.c1423 int32_t lBufferIndex = lPosition; in lTCPWindowTxAdd() local
1440 lBufferIndex = lTCPIncrementTxPosition( lBufferIndex, lMax, lToWrite ); in lTCPWindowTxAdd()
1456 pxSegment->lStreamPos = lBufferIndex; in lTCPWindowTxAdd()
1458 lBufferIndex = lTCPIncrementTxPosition( lBufferIndex, lMax, lToWrite ); in lTCPWindowTxAdd()