Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dipv6_address.cpp28 constexpr int BIN_TO_HEX = 4; variable
291 for (unsigned int n = 0; n < resBin.size(); n += BIN_TO_HEX) { in GetRandomAddr()
292 bin2HexBuf = resBin.substr(n, BIN_TO_HEX); in GetRandomAddr()
295 for (unsigned int n = BIN_TO_HEX; n < resHex.size(); n += IPV6_INTERVAL) { in GetRandomAddr()