Searched refs:IPV4_MAX_LENGTH (Results 1 – 2 of 2) sorted by relevance
28 static constexpr uint32_t IPV4_MAX_LENGTH = 32; variable704 …0) || (ipAddress.length() == 0) || (static_cast<uint32_t>(ipAddress.length()) > IPV4_MAX_LENGTH) || in SetIpAddress()705 (prefixLen <= 0) || (static_cast<uint32_t>(prefixLen) > IPV4_MAX_LENGTH)) { in SetIpAddress()
49 static constexpr uint32_t IPV4_MAX_LENGTH = 32; variable1039 in_addr_t addressPrefixLength = prefixLen ? (~0 << (IPV4_MAX_LENGTH - prefixLen)) : 0; in SetIpAddress()