Lines Matching refs:pxRight
364 const IPv6_Address_t * pxRight, in xCompareIPv6_Address() argument
373 if( ( pxRight->ucBytes[ 0 ] == 0xffU ) && in xCompareIPv6_Address()
374 ( pxRight->ucBytes[ 1 ] == 0x02U ) && in xCompareIPv6_Address()
375 ( pxRight->ucBytes[ 12 ] == 0xffU ) ) in xCompareIPv6_Address()
378 xResult = memcmp( &( pxLeft->ucBytes[ 13 ] ), &( pxRight->ucBytes[ 13 ] ), 3 ); in xCompareIPv6_Address()
381 … if( memcmp( pxRight->ucBytes, FreeRTOS_in6addr_allnodes.ucBytes, sizeof( IPv6_Address_t ) ) == 0 ) in xCompareIPv6_Address()
387 if( ( pxRight->ucBytes[ 0 ] == 0xfeU ) && in xCompareIPv6_Address()
388 ( pxRight->ucBytes[ 1 ] == 0x80U ) && in xCompareIPv6_Address()
403 xResult = memcmp( pxLeft->ucBytes, pxRight->ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in xCompareIPv6_Address()
413 xResult = memcmp( pxLeft->ucBytes, pxRight->ucBytes, uxLength ); in xCompareIPv6_Address()
424 … if( ( pxLeft->ucBytes[ uxLength ] & ucNetMask ) != ( pxRight->ucBytes[ uxLength ] & ucNetMask ) ) in xCompareIPv6_Address()