Searched refs:renewal (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sbin/dhclient/
H A Ddhclient.c120 * We need to check that the expiry, renewal and rebind times are not beyond
733 ip->client->new->renewal += cur_time + 8000;
816 /* Unless overridden in the config, take the server-provided renewal
818 * Also make sure the renewal time does not exceed the expiry time.
822 ip->client->new->renewal = getULong(
825 ip->client->new->renewal = getULong(
828 ip->client->new->renewal = ip->client->new->expiry / 2;
829 if (ip->client->new->renewal < 0 ||
830 ip->client->new->renewal > ip->client->new->expiry / 2)
831 ip->client->new->renewal
[all...]
H A Ddhcpd.h127 time_t expiry, renewal, rebind; member in struct:client_lease
H A Dclparse.c657 lease->renewal = parse_date(cfile);

Completed in 160 milliseconds