Home
last modified time | relevance | path

Searched refs:rndLength (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.cpp269 int rndLength = MAX_IPV6_PREFIX_LENGTH - prefixLength; in GetRandomAddr() local
273 for (int n = 0; n < rndLength; ++n) { in GetRandomAddr()
284 for (int n = rndLength; n < MAX_IPV6_PREFIX_LENGTH; ++n) { in GetRandomAddr()