Home
last modified time | relevance | path

Searched refs:IPV6_BIT (Results 1 – 2 of 2) sorted by relevance

/base/telephony/cellular_data/services/src/utils/
Dcellular_data_utils.cpp40 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()
/base/telephony/cellular_data/services/include/common/
Dcellular_data_constant.h147 static const int32_t IPV6_BIT = 128; variable