Searched refs:uxHostLen (Results 1 – 2 of 2) sorted by relevance
420 size_t uxHostLen = 8U - uxBits; in xCompareIPv6_Address() local421 uint32_t uxHostMask = ( ( ( uint32_t ) 1U ) << uxHostLen ) - 1U; in xCompareIPv6_Address()
1270 size_t uxHostLen = 8U - ( uxPrefixLength % 8U ); in FreeRTOS_CreateIPv6Address() local1271 uint32_t uxHostMask = ( ( ( uint32_t ) 1U ) << uxHostLen ) - 1U; in FreeRTOS_CreateIPv6Address()