Searched refs:IP_PER_UINT_SIZE (Results 1 – 1 of 1) sorted by relevance
31 static constexpr int32_t IP_PER_UINT_SIZE = 8; variable188 netScope = prefixLen / IP_PER_UINT_SIZE; in MaskAddress()189 hostScope = prefixLen % IP_PER_UINT_SIZE; in MaskAddress()190 mask = (uint8_t)(IP_PER_UINT_MASK << (IP_PER_UINT_SIZE - hostScope)); in MaskAddress()