Searched refs:uStartIp (Results 1 – 1 of 1) sorted by relevance
672 uint32_t uStartIp = 0; in CheckIpAddrRange() local673 if (!DhcpFunction::Ip4StrConToInt(range.strStartip, uStartIp)) { in CheckIpAddrRange()685 if (uStartIp >= uEndIp) { in CheckIpAddrRange()686 …HCP_LOGE("CheckIpAddrRange failed, start:%{private}u not less end:%{private}u!", uStartIp, uEndIp); in CheckIpAddrRange()