Home
last modified time | relevance | path

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

/external/dhcpcd/
Ddhcp.c69 static const struct dhcp_opt const dhcp_opts[] = { variable
199 for (opt = dhcp_opts; opt->option; opt++) in print_options()
214 for (opt = dhcp_opts; opt->option; opt++) { in make_option_mask()
261 for (opt = dhcp_opts; opt->option; opt++) { in valid_length()
1012 for (opt = dhcp_opts; opt->option; opt++) { in make_message()
1313 for (opt = dhcp_opts; opt->option; opt++) { in configure_env()
1356 for (opt = dhcp_opts; opt->option; opt++) { in configure_env()
Dshowlease.c33 static const struct dhcp_opt const dhcp_opts[] = { variable
157 for (opt = dhcp_opts; opt->option; opt++) { in valid_length()
/external/dnsmasq/src/
Drfc2131.c691 match_vendor_opts(option_find(mess, sz, OPTION_VENDOR_ID, 1), daemon->dhcp_opts); in dhcp_reply()
770 opt71.next = daemon->dhcp_opts; in dhcp_reply()
1853 for (opt = daemon->dhcp_opts; opt; opt = opt->next) in prune_vendor_opts()
1885 ret = daemon->dhcp_opts; in pxe_opts()
1920 return daemon->dhcp_opts; in pxe_opts()
1966 for (o = daemon->dhcp_opts; o; o = o->next) in pxe_opts()
2026 struct dhcp_opt *opt, *config_opts = daemon->dhcp_opts; in do_options()
Doption.c968 new->next = daemon->dhcp_opts; in parse_dhcp_opt()
969 daemon->dhcp_opts = new; in parse_dhcp_opt()
2032 new->next = daemon->dhcp_opts; in one_opt()
2033 daemon->dhcp_opts = new; in one_opt()
2752 for (up = &daemon->dhcp_opts, opts = daemon->dhcp_opts; opts; opts = cp) in reread_dhcp()
Ddnsmasq.h630 struct dhcp_opt *dhcp_opts, *dhcp_match; member