Home
last modified time | relevance | path

Searched refs:MAX_BIN (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.cpp27 constexpr int MAX_BIN = 2; variable
275 switch (rndnum % MAX_BIN) { in GetRandomAddr()
345 for (int n = addrDec; n; n = n / MAX_BIN) { in HexToBin()
346 addrBin += ((n % MAX_BIN) ? "1" : "0"); in HexToBin()