Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_WIN.c333 static portINLINE void vListInsertFifo( List_t * const pxList,
342 static portINLINE void vListInsertFifo( List_t * const pxList, in vListInsertFifo() function
459 vListInsertFifo( &xSegmentList, &( xTCPSegments[ xIndex ].xSegmentItem ) ); in prvCreateSectors()
558 vListInsertFifo( &pxWindow->xRxSegments, pxItem ); in xTCPWindowNew()
562 vListInsertFifo( &pxWindow->xTxSegments, pxItem ); in xTCPWindowNew()
724 vListInsertFifo( &xSegmentList, &( pxSegment->xSegmentItem ) ); in vTCPWindowFree()
1463 vListInsertFifo( &( pxWindow->xTxQueue ), &( pxSegment->xQueueItem ) ); in lTCPWindowTxAdd()
1851 vListInsertFifo( &pxWindow->xWaitQueue, &pxSegment->xQueueItem ); in ulTCPWindowTxGet()
2148vListInsertFifo( &( pxWindow->xPriorityQueue ), &( pxSegment->xQueueItem ) ); in prvTCPWindowFastRetransmit()