Home
last modified time | relevance | path

Searched refs:MIN_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.h30 static const int MIN_PREFIX_LEN = 0; variable
H A Dip_tools.cpp128 if (prefixLength <= MIN_PREFIX_LEN || prefixLength > MAX_PREFIX_LEN) { in ConvertIpv4Mask()
152 if (prefixLength < MIN_PREFIX_LEN || prefixLength > MAX_IPV6_PREFIX_LEN) { in ConvertIpv6Mask()