Searched refs:V4ADDR_BIT_LEN (Results 1 – 3 of 3) sorted by relevance
87 if (prefixLen < 0 || prefixLen > V4ADDR_BIT_LEN) { in GetAvailableIpv4Address()90 … const uint32_t mask = 0xffffffff >> (V4ADDR_BIT_LEN - prefixLen) << (V4ADDR_BIT_LEN - prefixLen); in GetAvailableIpv4Address()432 if (prefix <= 0 || prefix > V4ADDR_BIT_LEN) { in SetTunInterfaceAddress()437 in_addr_t mask = prefix ? (~0 << (V4ADDR_BIT_LEN - prefix)) : 0; in SetTunInterfaceAddress()
71 static constexpr int V4ADDR_BIT_LEN = 32; variable
191 int v4AddrPrefixLen = V4ADDR_BIT_LEN; in CreateAndConfigureTunIface()