Home
last modified time | relevance | path

Searched refs:maskTmp (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dip_tools.cpp167 unsigned int maskTmp = ntohl(static_cast<int>(inet_addr(mask.c_str()))); in GetMaskLength() local
168 while (maskTmp & constMask) { in GetMaskLength()
170 maskTmp = (maskTmp << 1); in GetMaskLength()
/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp148 unsigned int maskTmp = ntohl(static_cast<int>(inet_addr(mask.c_str()))); in GetMaskLength() local
149 while (maskTmp & CONST_MASK) { in GetMaskLength()
151 maskTmp = (maskTmp << 1); in GetMaskLength()

Completed in 2 milliseconds