Home
last modified time | relevance | path

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

/external/syslinux/core/fs/pxe/
Ddhcp_option.c142 static const struct dhcp_options dhcp_opts[] = { variable
170 const int opt_entries = sizeof(dhcp_opts) / sizeof(dhcp_opts[0]); in parse_dhcp_options()
194 opt = dhcp_opts; in parse_dhcp_options()
/external/dhcpcd-6.8.2/
Ddhcpcd.h123 struct dhcp_opt *dhcp_opts; member
Ddhcpcd.c167 if (ctx->dhcp_opts) { in free_globals()
168 for (opt = ctx->dhcp_opts; in free_globals()
172 free(ctx->dhcp_opts); in free_globals()
173 ctx->dhcp_opts = NULL; in free_globals()
Ddhcp.c135 for (i = 0, opt = ctx->dhcp_opts; i < ctx->dhcp_opts_len; i++, opt++) { in dhcp_printoptions()
975 for (i = 0, opt = ifp->ctx->dhcp_opts; in make_message()
1267 for (i = 0, opt = ctx->dhcp_opts; i < ctx->dhcp_opts_len; i++, opt++) { in dhcp_getoption()
1304 for (i = 0, opt = ifp->ctx->dhcp_opts; in dhcp_env()
1371 for (i = 0, opt = ifp->ctx->dhcp_opts; in dhcp_env()
1385 for (i = 0, opt = ifp->ctx->dhcp_opts; in dhcp_env()
Dif-options.c544 *d = ctx->dhcp_opts; in set_option_space()
2209 ctx->dhcp_opts = ifo->dhcp_override;
/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.c941 new->next = daemon->dhcp_opts; in parse_dhcp_opt()
942 daemon->dhcp_opts = new; in parse_dhcp_opt()
1962 new->next = daemon->dhcp_opts; in one_opt()
1963 daemon->dhcp_opts = new; in one_opt()
2695 for (up = &daemon->dhcp_opts, opts = daemon->dhcp_opts; opts; opts = cp) in reread_dhcp()
Ddnsmasq.h605 struct dhcp_opt *dhcp_opts, *dhcp_match; member