Home
last modified time | relevance | path

Searched refs:MAX_IPV6_PREFIX_LEN (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.h32 static const int MAX_IPV6_PREFIX_LEN = 128; variable
H A Dip_tools.cpp152 if (prefixLength < MIN_PREFIX_LEN || prefixLength > MAX_IPV6_PREFIX_LEN) { in ConvertIpv6Mask()