Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcpcd.h140 struct dhcp_opt *dhcp6_opts; member
Ddhcpcd.c177 if (ctx->dhcp6_opts) { in free_globals()
178 for (opt = ctx->dhcp6_opts; in free_globals()
182 free(ctx->dhcp6_opts); in free_globals()
183 ctx->dhcp6_opts = NULL; in free_globals()
Ddhcp6.c139 for (i = 0, opt = ctx->dhcp6_opts; in dhcp6_printoptions()
270 for (i = 0, opt = ctx->dhcp6_opts; in dhcp6_getoption()
558 for (l = 0, opt = ifp->ctx->dhcp6_opts; in dhcp6_makemessage()
893 for (l = 0, opt = ifp->ctx->dhcp6_opts; in dhcp6_makemessage()
2734 for (i = 0, opt = dctx->dhcp6_opts; in dhcp6_handledata()
3487 for (i = 0, opt = ctx->dhcp6_opts; in dhcp6_env()
3539 for (i = 0, opt = ctx->dhcp6_opts; in dhcp6_env()
Dif-options.c531 *d = ctx->dhcp6_opts; in set_option_space()
2222 ctx->dhcp6_opts = ifo->dhcp6_override;