Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dip_tools.cpp134 int quot = prefixLength / BIT_NUM_PER_BYTE; in ConvertIpv4Mask()
135 int remain = prefixLength % BIT_NUM_PER_BYTE; in ConvertIpv4Mask()
140 mask[quot] = (MAX_BYTE + 1) - (1 << (BIT_NUM_PER_BYTE - remain)); in ConvertIpv4Mask()
H A Dip_tools.h33 static const int BIT_NUM_PER_BYTE = 8; variable