Home
last modified time | relevance | path

Searched refs:high_threshold (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcp.c2089 int used, count, high_threshold, poolhigh = 0, poollow = 0; in check_pool_threshold() local
2141 high_threshold = FIND_PERCENT(count, poolhigh); in check_pool_threshold()
2142 if (used < high_threshold) { in check_pool_threshold()
H A Ddhcpv6.c991 isc_uint64_t used, count, high_threshold; in check_pool6_threshold() local
1055 high_threshold = FIND_POND6_PERCENT(count, poolhigh); in check_pool6_threshold()
1056 if (used < high_threshold) { in check_pool6_threshold()