Searched refs:dhcp_opts (Results 1 – 8 of 8) sorted by relevance
/external/syslinux/core/fs/pxe/ |
D | dhcp_option.c | 142 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/ |
D | dhcpcd.h | 123 struct dhcp_opt *dhcp_opts; member
|
D | dhcpcd.c | 167 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()
|
D | dhcp.c | 135 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()
|
D | if-options.c | 544 *d = ctx->dhcp_opts; in set_option_space() 2209 ctx->dhcp_opts = ifo->dhcp_override;
|
/external/dnsmasq/src/ |
D | rfc2131.c | 691 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()
|
D | option.c | 941 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()
|
D | dnsmasq.h | 605 struct dhcp_opt *dhcp_opts, *dhcp_match; member
|