Home
last modified time | relevance | path

Searched refs:low_threshold (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1052 int low_threshold; /* low threshold to restart logging */ member
1757 isc_uint64_t low_threshold; /* low threshold to restart logging */ member
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcp.c2115 if (used <= pool->low_threshold) { in check_pool_threshold()
2116 pool->low_threshold = 0; in check_pool_threshold()
2169 pool->low_threshold = FIND_PERCENT(count, poollow); in check_pool_threshold()
H A Ddhcpv6.c1025 if (used <= pond->low_threshold) { in check_pool6_threshold()
1026 pond->low_threshold = 0; in check_pool6_threshold()
1086 pond->low_threshold = FIND_POND6_PERCENT(count, poollow); in check_pool6_threshold()