Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_TCP_WIN.c1419 int32_t lBufferIndex = lPosition; in lTCPWindowTxAdd() local
1436 lBufferIndex = lTCPIncrementTxPosition( lBufferIndex, lMax, lToWrite ); in lTCPWindowTxAdd()
1452 pxSegment->lStreamPos = lBufferIndex; in lTCPWindowTxAdd()
1454 lBufferIndex = lTCPIncrementTxPosition( lBufferIndex, lMax, lToWrite ); in lTCPWindowTxAdd()