Home | History | Annotate | Download | only in dhcpcd-6.8.2

Lines Matching refs:ol

754     const struct dhcp_opt *opt, int vname, const uint8_t *od, size_t ol,
762 ol = (size_t)dhcp_optlen(opt, ol);
763 if ((ssize_t)ol == -1)
766 len = print_option(NULL, 0, opt->type, od, ol, ifname);
788 print_option(v, (size_t)len + 1, opt->type, od, ol, ifname);
798 const uint8_t *od, size_t ol)
810 prefix, opt, 1, od, ol, ifname))
843 e = dhcp_optlen(eopt, ol);
852 if (ol != 0 || i + 1 < opt->embopts_len)
866 ol -= e;
870 if (opt->encopts_len && ol > 0) {
886 while ((eod = dgetopt(ctx, &eos, &eoc, &eol, od, ol, &oopt))) {
906 ol -= eos + eol;