Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Ddnsmasq.h488 struct dhcp_boot { struct
492 struct dhcp_boot* next; argument
607 struct dhcp_boot* boot_config;
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()
1735 struct dhcp_boot* boot; in find_boot()
1752 struct dhcp_boot* boot; in do_options()
Doption.c1729 struct dhcp_boot* new = opt_malloc(sizeof(struct dhcp_boot)); in one_opt()