Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/dhcpd/
Ddhcpd.h187 time_t bootp_lease_length; member
Ddhcp.c899 lease->host->group->bootp_lease_length) in ack_lease()
901 lease->host->group->bootp_lease_length); in ack_lease()
902 else if (lease->subnet->group->bootp_lease_length) in ack_lease()
904 lease->subnet->group->bootp_lease_length); in ack_lease()
Dconfpars.c307 parse_lease_time(cfile, &group->bootp_lease_length); in parse_statement()