Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IPv6.c364 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()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IPv6.h104 const IPv6_Address_t * pxRight,