Searched refs:IPV6_BIT (Results 1 – 2 of 2) sorted by relevance
40 ipInfo.prefixLen = (ipSubData.size() > MIN_IPV4_ITEM) ? IPV6_BIT : IPV4_BIT; in ParseIpAddr()43 ipInfo.prefixLen = IPV6_BIT; in ParseIpAddr()103 ipInfo.prefixLen = IPV6_BIT; in ParseNormalIpAddr()
147 static const int32_t IPV6_BIT = 128; variable