Lines Matching refs:xBoundTCPSocketsList
214 List_t xBoundTCPSocketsList; variable
271 vListInitialise( &xBoundTCPSocketsList ); in vNetworkSocketsInit()
313 configASSERT( listLIST_IS_INITIALISED( &xBoundTCPSocketsList ) ); in prvDetermineSocketSize()
1333 pxSocketList = &xBoundTCPSocketsList; in vSocketBind()
1628 … ( unsigned ) listCURRENT_LIST_LENGTH( &xBoundTCPSocketsList ) ) ); in vSocketClose()
1662 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in prvTCPSetSocketCount()
2191 pxList = &xBoundTCPSocketsList; in prvGetPrivatePortNumber()
3991 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in xTCPTimerCheck()
3996 …const ListItem_t * pxIterator = ( const ListItem_t * ) listGET_HEAD_ENTRY( &xBoundTCPSocketsList ); in xTCPTimerCheck()
4095 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in pxTCPSocketLookup()
4813 if( !listLIST_IS_INITIALISED( &xBoundTCPSocketsList ) ) in vTCPNetStat()
4819 const ListItem_t * pxEndTCP = listGET_END_MARKER( &xBoundTCPSocketsList ); in vTCPNetStat()
4823 for( pxIterator = listGET_HEAD_ENTRY( &xBoundTCPSocketsList ); in vTCPNetStat()
4925 pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in vSocketSelect()