HomeSort by: relevance | last modified time | path
    Searched refs:poolhigh (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/dist/server/
dhcp.c 2089 int used, count, high_threshold, poolhigh = 0, poollow = 0; local
2127 if (get_option_int(&poolhigh, &server_universe, packet, lease, NULL,
2135 if ((poolhigh <= 0) || (poolhigh > 100)) {
2141 high_threshold = FIND_PERCENT(count, poolhigh);
2151 poolhigh, used, count);
2167 if (poollow < poolhigh) {
dhcpv6.c 992 int poolhigh = 0, poollow = 0; local
1040 if (get_option_int(&poolhigh, &server_universe, reply->packet, NULL,
1049 if ((poolhigh <= 0) || (poolhigh > 100)) {
1055 high_threshold = FIND_POND6_PERCENT(count, poolhigh);
1066 poolhigh, (long long unsigned)(used),
1084 if (poollow < poolhigh) {

Completed in 26 milliseconds