Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/client/
H A Dclparse.c422 struct option ***append_list, **new_list, **cat_list; local
469 append_list = &config->requested_options;
471 append_list = &config->required_options;
479 if (*append_list == NULL) {
480 parse_option_list(cfile, append_list);
485 for (i = 0 ; (*append_list)[i] != NULL ; i++)
490 parse_option_list(cfile, append_list);
510 for (i = 0 ; (*append_list)[i] != NULL ; i++)
511 option_reference(&cat_list[i], (*append_list)[i], MDL);
524 *append_list = cat_list;