Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Ddhcpcd.h236 struct dhcp_opt *dhcp6_opts; member
H A Ddhcpcd.c175 if (ctx->dhcp6_opts) { in free_globals()
176 for (opt = ctx->dhcp6_opts; in free_globals()
180 free(ctx->dhcp6_opts); in free_globals()
181 ctx->dhcp6_opts = NULL; in free_globals()
H A Ddhcp6.c206 for (i = 0, opt = ctx->dhcp6_opts; in dhcp6_printoptions()
403 for (i = 0, opt = ctx->dhcp6_opts; in dhcp6_getoption()
730 for (l = 0, opt = ifp->ctx->dhcp6_opts; in dhcp6_makemessage()
1066 for (l = 0, opt = ifp->ctx->dhcp6_opts; in dhcp6_makemessage()
3363 for (i = 0, opt = ctx->dhcp6_opts; in dhcp6_recvif()
4307 for (i = 0, opt = ctx->dhcp6_opts; in dhcp6_env()
4357 for (i = 0, opt = ctx->dhcp6_opts; in dhcp6_env()
H A Dif-options.c535 *d = ctx->dhcp6_opts; in set_option_space()
2620 ctx->dhcp6_opts = ifo->dhcp6_override; in read_config()