Home
last modified time | relevance | path

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

/freebsd/sbin/dhclient/
H A Doptions.c636 int hunksize = 0, numhunk = -1, numelem = 0; in pretty_print_option() local
678 hunksize++; in pretty_print_option()
692 hunksize += 4; in pretty_print_option()
696 hunksize += 2; in pretty_print_option()
701 hunksize++; in pretty_print_option()
714 if (hunksize > len) { in pretty_print_option()
716 dhcp_options[code].name, hunksize, len); in pretty_print_option()
720 if (numhunk == -1 && hunksize < len) in pretty_print_option()
722 dhcp_options[code].name, len - hunksize); in pretty_print_option()
726 numhunk = len / hunksize; in pretty_print_option()
[all …]