Searched refs:dhcp_macs (Results 1 – 3 of 3) sorted by relevance
614 struct dhcp_mac *dhcp_macs; member
2087 new->next = daemon->dhcp_macs; in one_opt()2088 daemon->dhcp_macs = new; in one_opt()
273 for (mac = daemon->dhcp_macs; mac; mac = mac->next) in dhcp_reply()