Home
last modified time | relevance | path

Searched refs:uEndIp (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp719 uint32_t uEndIp = 0; in CheckIpAddrRange() local
720 if (!DhcpFunction::Ip4StrConToInt(range.strEndip, uEndIp)) { in CheckIpAddrRange()
726 if (uStartIp >= uEndIp) { in CheckIpAddrRange()
727 DHCP_LOGE("CheckIpAddrRange failed, start:%{private}u not less end:%{private}u!", uStartIp, uEndIp); in CheckIpAddrRange()

Completed in 2 milliseconds