Searched refs:dhcp_macs (Results 1 - 3 of 3) sorted by relevance

/external/dnsmasq/src/
H A Ddnsmasq.h632 struct dhcp_mac *dhcp_macs; member in struct:daemon
H A Doption.c2126 new->next = daemon->dhcp_macs;
2127 daemon->dhcp_macs = new;
H A Drfc2131.c273 for (mac = daemon->dhcp_macs; mac; mac = mac->next)

Completed in 89 milliseconds