Home
last modified time | relevance | path

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

/openbsd/usr.sbin/dhcpd/
H A Doptions.c403 int second_cutoff; in store_options() local
410 second_cutoff = cutoff + ((overload & 1) ? DHCP_FILE_LEN : 0); in store_options()
411 buflen = second_cutoff + ((overload & 2) ? DHCP_SNAME_LEN : 0); in store_options()
472 if (cutoff < second_cutoff) in store_options()
473 cutoff = second_cutoff; in store_options()