Home
last modified time | relevance | path

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

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