Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Ddnsmasq.h612 struct dhcp_opt *dhcp_opts, *dhcp_match; member
Doption.c966 new->next = daemon->dhcp_match; in parse_dhcp_opt()
967 daemon->dhcp_match = new; in parse_dhcp_opt()
Drfc2131.c605 for (o = daemon->dhcp_match; o; o = o->next) in dhcp_reply()