Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dagent.h109 #define DHCP_ADOPT_LEASE_MAX (60*60) /* one hour */ macro
H A Dbound.c130 new_lease = htonl(MIN(ntohl(new_lease), DHCP_ADOPT_LEASE_MAX)); in dhcp_bound()