Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/dhclient/
H A Doptions.c638 int hunksize = 0, numhunk = -1, numelem = 0; in pretty_print_option() local
680 hunksize++; in pretty_print_option()
694 hunksize += 4; in pretty_print_option()
698 hunksize += 2; in pretty_print_option()
703 hunksize++; in pretty_print_option()
716 if (hunksize > len) { in pretty_print_option()
718 dhcp_options[code].name, hunksize, len); in pretty_print_option()
722 if (numhunk == -1 && hunksize < len) in pretty_print_option()
724 dhcp_options[code].name, len - hunksize); in pretty_print_option()
728 numhunk = len / hunksize; in pretty_print_option()
[all …]