Searched refs:dhcp_match (Results 1 – 3 of 3) sorted by relevance
612 struct dhcp_opt *dhcp_opts, *dhcp_match; member
966 new->next = daemon->dhcp_match; in parse_dhcp_opt()967 daemon->dhcp_match = new; in parse_dhcp_opt()
605 for (o = daemon->dhcp_match; o; o = o->next) in dhcp_reply()