Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Ddnsmasq.h618 struct dhcp_netid_list *dhcp_ignore, *dhcp_ignore_names, *force_broadcast, *bootp_dynamic; member
Doption.c2196 new->next = daemon->dhcp_ignore_names; in one_opt()
2197 daemon->dhcp_ignore_names = new; in one_opt()
Drfc2131.c1204 for (id_list = daemon->dhcp_ignore_names; id_list; id_list = id_list->next) in dhcp_reply()