Searched refs:dhcp_opts (Results 1 – 3 of 3) sorted by relevance
612 match_vendor_opts(option_find(mess, sz, OPTION_VENDOR_ID, 1), daemon->dhcp_opts); in dhcp_reply()683 opt71.next = daemon->dhcp_opts; in dhcp_reply()1608 for (opt = daemon->dhcp_opts; opt; opt = opt->next) in prune_vendor_opts()1638 ret = daemon->dhcp_opts; in pxe_opts()1667 return daemon->dhcp_opts; in pxe_opts()1707 for (o = daemon->dhcp_opts; o; o = o->next) in pxe_opts()1751 struct dhcp_opt *opt, *config_opts = daemon->dhcp_opts; in do_options()
893 new->next = daemon->dhcp_opts; in parse_dhcp_opt()894 daemon->dhcp_opts = new; in parse_dhcp_opt()1776 new->next = daemon->dhcp_opts; in one_opt()1777 daemon->dhcp_opts = new; in one_opt()2407 for (up = &daemon->dhcp_opts, opts = daemon->dhcp_opts; opts; opts = cp) { in reread_dhcp()
604 struct dhcp_opt *dhcp_opts, *dhcp_match; member