Lines Matching refs:xIndex
245 BaseType_t xIndex; in xHandleTestingCommand() local
247 for( xIndex = 0; xIndex < ARRAY_SIZE( xCommands ); xIndex++ ) in xHandleTestingCommand()
249 struct xCommandCouple * pxCommand = &( xCommands[ xIndex ] ); in xHandleTestingCommand()
754 BaseType_t xIndex; in handle_dnsq() local
756 for( xIndex = 0; xIndex < ( BaseType_t ) ipconfigDNS_CACHE_ENTRIES; xIndex++ ) in handle_dnsq()
762 if( xIndex == 0 ) in handle_dnsq()
771 …FreeRTOS_printf( ( "Cache[%d]: %xip\n", ( int ) xIndex, ( unsigned ) FreeRTOS_ntohl( ulThisIPAddre… in handle_dnsq()
917 BaseType_t xIndex; in handle_help() local
922 for( xIndex = 0; xIndex < ARRAY_SIZE( xCommands ); xIndex++ ) in handle_help()
924 …FreeRTOS_printf( ( "%-11.11s: %s\n", xCommands[ xIndex ].pcCommand, xCommands[ xIndex ].pcHelp ) ); in handle_help()
1517 BaseType_t xIsEmpty = pdTRUE, xIndex; in vDNSEvent() local
1519 …for( xIndex = 0; xIndex < ( BaseType_t ) ARRAY_SIZE( pxAddrInfo->ai_addr->sin_address.xIP_IPv6.ucB… in vDNSEvent()
1521 … if( pxAddrInfo->ai_addr->sin_address.xIP_IPv6.ucBytes[ xIndex ] != ( uint8_t ) 0u ) in vDNSEvent()