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