Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IPv6.c421 uint32_t uxHostMask = ( ( ( uint32_t ) 1U ) << uxHostLen ) - 1U; in xCompareIPv6_Address() local
422 uint8_t ucNetMask = ( uint8_t ) ~( uxHostMask ); in xCompareIPv6_Address()
DFreeRTOS_ND.c1271 uint32_t uxHostMask = ( ( ( uint32_t ) 1U ) << uxHostLen ) - 1U; in FreeRTOS_CreateIPv6Address() local
1272 uint8_t ucNetMask = ( uint8_t ) ~( uxHostMask ); in FreeRTOS_CreateIPv6Address()
1275 pxIPAddress->ucBytes[ uxIndex ] |= ( pucSource[ 0 ] & ( ( uint8_t ) uxHostMask ) ); in FreeRTOS_CreateIPv6Address()