D | if-options.c | 519 const struct dhcp_opt **od, size_t *odl, in set_option_space() argument 534 *odl = ifo->dhcp6_override_len; in set_option_space() 547 *odl = ifo->dhcp_override_len; in set_option_space() 552 *odl = 0; in set_option_space() 647 size_t *dop_len, dl, odl; in parse_option() local 788 arg = set_option_space(ctx, arg, &d, &dl, &od, &odl, ifo, in parse_option() 790 if (make_option_mask(d, dl, od, odl, request, arg, 1) != 0 || in parse_option() 791 make_option_mask(d, dl, od, odl, no, arg, -1) != 0 || in parse_option() 792 make_option_mask(d, dl, od, odl, reject, arg, -1) != 0) in parse_option() 799 arg = set_option_space(ctx, arg, &d, &dl, &od, &odl, ifo, in parse_option() [all …]
|