Searched refs:bootp_dynamic (Results 1 – 3 of 3) sorted by relevance
611 struct dhcp_netid_list *dhcp_ignore, *dhcp_ignore_names, *force_broadcast, *bootp_dynamic; member
2160 new->next = daemon->bootp_dynamic; in one_opt()2161 daemon->bootp_dynamic = new; in one_opt()
463 for (id_list = daemon->bootp_dynamic; id_list; id_list = id_list->next) in dhcp_reply()