Home
last modified time | relevance | path

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

/freebsd/sbin/dhclient/
H A Doptions.c529 int second_cutoff, int terminate) in store_options() argument
597 else if (bufix < second_cutoff && in store_options()
598 bufix + incr > second_cutoff) in store_options()
599 incr = second_cutoff - bufix; in store_options()