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

  /src/external/mpl/dhcp/dist/server/
dhcp.c 2108 * the low threshold is and save it into the low_threshold value.
2110 * the low_threshold to 0 which allows the high threshold message
2115 if (used <= pool->low_threshold) {
2116 pool->low_threshold = 0;
2169 pool->low_threshold = FIND_PERCENT(count, poollow);
dhcpv6.c 1018 * the low threshold is and save it into the low_threshold value.
1020 * the low_threshold to 0 which allows the high threshold message
1025 if (used <= pond->low_threshold) {
1026 pond->low_threshold = 0;
1086 pond->low_threshold = FIND_POND6_PERCENT(count, poollow);
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 1052 int low_threshold; /* low threshold to restart logging */ member in struct:pool
1757 isc_uint64_t low_threshold; /* low threshold to restart logging */ member in struct:ipv6_pond

Completed in 76 milliseconds