Searched refs:dhcp_match (Results 1 – 3 of 3) sorted by relevance
604 struct dhcp_opt *dhcp_opts, *dhcp_match; member
889 new->next = daemon->dhcp_match; in parse_dhcp_opt()890 daemon->dhcp_match = new; in parse_dhcp_opt()
539 for (o = daemon->dhcp_match; o; o = o->next) { in dhcp_reply()