Searched refs:pxItem (Results 1 – 1 of 1) sorted by relevance
531 ListItem_t * pxItem; in xTCPWindowNew() local546 pxItem = ( ListItem_t * ) listGET_HEAD_ENTRY( &xSegmentList ); in xTCPWindowNew()547 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxItem ) ); in xTCPWindowNew()549 configASSERT( pxItem != NULL ); in xTCPWindowNew()553 ( void ) uxListRemove( pxItem ); in xTCPWindowNew()558 vListInsertFifo( &pxWindow->xRxSegments, pxItem ); in xTCPWindowNew()562 vListInsertFifo( &pxWindow->xTxSegments, pxItem ); in xTCPWindowNew()645 ListItem_t * pxItem; in xTCPWindowGetHead() local654 pxItem = ( ListItem_t * ) listGET_HEAD_ENTRY( pxList ); in xTCPWindowGetHead()655 pxSegment = ( ( TCPSegment_t * ) listGET_LIST_ITEM_OWNER( pxItem ) ); in xTCPWindowGetHead()[all …]