Searched refs:pxItem (Results 1 – 1 of 1) sorted by relevance
527 ListItem_t * pxItem; in xTCPWindowNew() local542 pxItem = ( ListItem_t * ) listGET_HEAD_ENTRY( &xSegmentList ); in xTCPWindowNew()543 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxItem ) ); in xTCPWindowNew()545 configASSERT( pxItem != NULL ); in xTCPWindowNew()549 ( void ) uxListRemove( pxItem ); in xTCPWindowNew()554 vListInsertFifo( &pxWindow->xRxSegments, pxItem ); in xTCPWindowNew()558 vListInsertFifo( &pxWindow->xTxSegments, pxItem ); in xTCPWindowNew()641 ListItem_t * pxItem; in xTCPWindowGetHead() local650 pxItem = ( ListItem_t * ) listGET_HEAD_ENTRY( pxList ); in xTCPWindowGetHead()651 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxItem ) ); in xTCPWindowGetHead()[all …]