Lines Matching refs:uxIndex
269 size_t uxIndex = 0U; in vReceiveRA_ReadReply() local
277 while( ( uxIndex + 1U ) < uxLast ) in vReceiveRA_ReadReply()
279 uint8_t ucType = pucBytes[ uxIndex ]; in vReceiveRA_ReadReply()
280 size_t uxPrefixLength = ( size_t ) pucBytes[ uxIndex + 1U ]; in vReceiveRA_ReadReply()
290 if( uxLast < ( uxIndex + uxLength ) ) in vReceiveRA_ReadReply()
292 …FreeRTOS_printf( ( "RA: Not enough bytes ( %u > %u )\n", ( unsigned ) ( uxIndex + uxLength ), ( un… in vReceiveRA_ReadReply()
300 pucBytes[ uxIndex + 2U ], in vReceiveRA_ReadReply()
301 pucBytes[ uxIndex + 3U ], in vReceiveRA_ReadReply()
302 pucBytes[ uxIndex + 4U ], in vReceiveRA_ReadReply()
303 pucBytes[ uxIndex + 5U ], in vReceiveRA_ReadReply()
304 pucBytes[ uxIndex + 6U ], in vReceiveRA_ReadReply()
305 pucBytes[ uxIndex + 7U ] ) ); in vReceiveRA_ReadReply()
315 pxPrefixOption = ( ( ICMPPrefixOption_IPv6_t * ) &( pucBytes[ uxIndex ] ) ); in vReceiveRA_ReadReply()
333 ulMTU = ulChar2u32( &( pucBytes[ uxIndex + 4U ] ) ); in vReceiveRA_ReadReply()
343 uxIndex = uxIndex + uxLength; in vReceiveRA_ReadReply()