Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/src/
H A Daddress_utils.cpp57 uint32_t hostTotal = HostTotal(netmask); in NextIpAddress() local
62 if (next > hostTotal && hostTotal > 0) { in NextIpAddress()
63 next = next % hostTotal; in NextIpAddress()

Completed in 2 milliseconds