Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/src/
H A Daddress_utils.cpp65 uint32_t nextIp = htonl(currIp) + next + 1; in NextIpAddress() local
66 if (next && nextIp > htonl(lastIp)) { in NextIpAddress()
67 nextIp = htonl(network) + (nextIp - htonl(lastIp)); in NextIpAddress()
69 return htonl(nextIp); in NextIpAddress()

Completed in 1 milliseconds