Searched refs:HostTotal (Results 1 – 4 of 4) sorted by relevance
57 uint32_t hostTotal = HostTotal(netmask); in NextIpAddress()81 uint32_t lastIp = htonl(network) + HostTotal(netmask); in LastIpAddress()121 uint32_t broadcast = htonl(network) + HostTotal(netmask); in BroadCastAddress()153 uint32_t HostTotal(uint32_t netmask) in HostTotal() function
171 uint32_t total = HostTotal(netmask); in NextIpOffset()191 uint32_t total = HostTotal(pool->netmask); in AddressDistribute()
41 uint32_t HostTotal(uint32_t netmask);
132 HostTotal(netmask); in HostTotalTest()