Searched refs:second_cutoff (Results 1 – 1 of 1) sorted by relevance
403 int second_cutoff; in store_options() local410 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()