Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Ddnsmasq.h614 struct dhcp_mac *dhcp_macs; member
Doption.c2087 new->next = daemon->dhcp_macs; in one_opt()
2088 daemon->dhcp_macs = new; in one_opt()
Drfc2131.c273 for (mac = daemon->dhcp_macs; mac; mac = mac->next) in dhcp_reply()