Searched refs:BIN_TO_HEX (Results 1 – 1 of 1) sorted by relevance
28 constexpr int BIN_TO_HEX = 4; variable291 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()