Home
last modified time | relevance | path

Searched refs:pxLeft (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_IPv6.c363 BaseType_t xCompareIPv6_Address( const IPv6_Address_t * pxLeft, in xCompareIPv6_Address() argument
378 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()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
HDFreeRTOS_IPv6.h103 BaseType_t xCompareIPv6_Address( const IPv6_Address_t * pxLeft,