Searched refs:pxLeft (Results 1 – 2 of 2) sorted by relevance
363 BaseType_t xCompareIPv6_Address( const IPv6_Address_t * pxLeft, in xCompareIPv6_Address() argument378 xResult = memcmp( &( pxLeft->ucBytes[ 13 ] ), &( pxRight->ucBytes[ 13 ] ), 3 ); in xCompareIPv6_Address()389 ( pxLeft->ucBytes[ 0 ] == 0xfeU ) && in xCompareIPv6_Address()390 ( pxLeft->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()
103 BaseType_t xCompareIPv6_Address( const IPv6_Address_t * pxLeft,