Home
last modified time | relevance | path

Searched refs:NET_MASK_LENGTH (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.h52 constexpr int NET_MASK_LENGTH = 24; variable
H A Dself_cure_state_machine.cpp2413 if ((ipEqualsGw) || ((netmaskLenth == NET_MASK_LENGTH) && (invalidIp))) { in IsIpAddressInvalid()