Lines Matching refs:xIterator

3026     ListItem_t xLocalTCPItem, xLocalUDPItem, xIterator;  in test_vTCPNetStat_IPStackInit()  local
3041 listGET_HEAD_ENTRY_ExpectAndReturn( &xBoundTCPSocketsList, &xIterator ); in test_vTCPNetStat_IPStackInit()
3043 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xSocket ); in test_vTCPNetStat_IPStackInit()
3051 listGET_NEXT_ExpectAndReturn( &xIterator, &xIterator ); in test_vTCPNetStat_IPStackInit()
3052 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xSocket2 ); in test_vTCPNetStat_IPStackInit()
3057 listGET_NEXT_ExpectAndReturn( &xIterator, &xLocalTCPItem ); in test_vTCPNetStat_IPStackInit()
3062 listGET_HEAD_ENTRY_ExpectAndReturn( &xBoundUDPSocketsList, &xIterator ); in test_vTCPNetStat_IPStackInit()
3065 listGET_NEXT_ExpectAndReturn( &xIterator, &xIterator ); in test_vTCPNetStat_IPStackInit()
3068 listGET_NEXT_ExpectAndReturn( &xIterator, &xLocalUDPItem ); in test_vTCPNetStat_IPStackInit()
3079 ListItem_t xLocalTCPItem, xLocalUDPItem, xIterator; in test_vTCPNetStat_LongTimeSinceLastAlive() local
3094 listGET_HEAD_ENTRY_ExpectAndReturn( &xBoundTCPSocketsList, &xIterator ); in test_vTCPNetStat_LongTimeSinceLastAlive()
3096 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xSocket ); in test_vTCPNetStat_LongTimeSinceLastAlive()
3102 listGET_NEXT_ExpectAndReturn( &xIterator, &xIterator ); in test_vTCPNetStat_LongTimeSinceLastAlive()
3103 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xSocket2 ); in test_vTCPNetStat_LongTimeSinceLastAlive()
3108 listGET_NEXT_ExpectAndReturn( &xIterator, &xLocalTCPItem ); in test_vTCPNetStat_LongTimeSinceLastAlive()
3113 listGET_HEAD_ENTRY_ExpectAndReturn( &xBoundUDPSocketsList, &xIterator ); in test_vTCPNetStat_LongTimeSinceLastAlive()
3116 listGET_NEXT_ExpectAndReturn( &xIterator, &xIterator ); in test_vTCPNetStat_LongTimeSinceLastAlive()
3119 listGET_NEXT_ExpectAndReturn( &xIterator, &xLocalUDPItem ); in test_vTCPNetStat_LongTimeSinceLastAlive()
3130 ListItem_t xLocalTCPItem, xLocalUDPItem, xIterator; in test_vTCPNetStat_IPv6Socket() local
3146 listGET_HEAD_ENTRY_ExpectAndReturn( &xBoundTCPSocketsList, &xIterator ); in test_vTCPNetStat_IPv6Socket()
3148 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xSocket ); in test_vTCPNetStat_IPv6Socket()
3153 listGET_NEXT_ExpectAndReturn( &xIterator, &xLocalTCPItem ); in test_vTCPNetStat_IPv6Socket()
3157 listGET_HEAD_ENTRY_ExpectAndReturn( &xBoundUDPSocketsList, &xIterator ); in test_vTCPNetStat_IPv6Socket()
3160 listGET_NEXT_ExpectAndReturn( &xIterator, &xIterator ); in test_vTCPNetStat_IPv6Socket()
3163 listGET_NEXT_ExpectAndReturn( &xIterator, &xLocalUDPItem ); in test_vTCPNetStat_IPv6Socket()