Lines Matching refs:xIndex
240 BaseType_t xIndex = 0; /* The index in the IPv6 address: 0..7. */ in prv_ntop6_search_zeros() local
249 for( ; xIndex < xShortCount; xIndex++ ) in prv_ntop6_search_zeros()
251 uint16_t usValue = pxSet->pusAddress[ xIndex ]; in prv_ntop6_search_zeros()
258 xCurStart = xIndex; in prv_ntop6_search_zeros()
265 if( ( usValue != 0U ) || ( xIndex == ( xShortCount - 1 ) ) ) in prv_ntop6_search_zeros()
305 if( ( pxSet->xIndex + pxSet->xZeroLength ) == xShortCount ) in prv_ntop6_write_zeros()
352 if( pxSet->xIndex > 0 ) in prv_ntop6_write_short()
373 FreeRTOS_ntohs( pxSet->pusAddress[ pxSet->xIndex ] ) ); in prv_ntop6_write_short()
417 while( xSet.xIndex < 8 ) in FreeRTOS_inet_ntop6()
419 if( xSet.xIndex == xSet.xZeroStart ) in FreeRTOS_inet_ntop6()
426 xSet.xIndex += xSet.xZeroLength; in FreeRTOS_inet_ntop6()
435 xSet.xIndex++; in FreeRTOS_inet_ntop6()
440 if( xSet.xIndex < 8 ) in FreeRTOS_inet_ntop6()
539 BaseType_t xIndex; in prv_inet_pton6_set_zeros() local
544 for( xIndex = 0; xIndex < xCount; xIndex++ ) in prv_inet_pton6_set_zeros()