Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c115 struct dhcp_boot* find_boot(struct dhcp_netid* netid);
697 struct dhcp_boot* boot = find_boot(netid); in dhcp_reply()
1734 struct dhcp_boot* find_boot(struct dhcp_netid* netid) { in find_boot() function
1785 if ((boot = find_boot(netid))) { in do_options()