Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Ddnsmasq.h604 struct dhcp_opt *dhcp_opts, *dhcp_match; member
Doption.c889 new->next = daemon->dhcp_match; in parse_dhcp_opt()
890 daemon->dhcp_match = new; in parse_dhcp_opt()
Drfc2131.c539 for (o = daemon->dhcp_match; o; o = o->next) { in dhcp_reply()