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

  /src/external/mpl/dhcp/dist/includes/
dhcp6.h 282 #define IRT_MINIMUM 600
  /src/external/bsd/dhcpcd/dist/src/
dhcp6.h 155 #define IRT_MINIMUM 600
dhcp6.c 3200 if (state->renew < IRT_MINIMUM)
3201 state->renew = IRT_MINIMUM;
  /src/external/mpl/dhcp/dist/client/
dhc6.c 5629 if (expire < IRT_MINIMUM)
5630 expire = IRT_MINIMUM;

Completed in 43 milliseconds