Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp672 uint32_t uStartIp = 0; in CheckIpAddrRange() local
673 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()