Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Ddhcpcd.h210 struct dhcp_opt *dhcp_opts; member
H A Ddhcpcd.c156 if (ctx->dhcp_opts) { in free_globals()
157 for (opt = ctx->dhcp_opts; in free_globals()
161 free(ctx->dhcp_opts); in free_globals()
162 ctx->dhcp_opts = NULL; in free_globals()
H A Ddhcp.c150 for (i = 0, opt = ctx->dhcp_opts; i < ctx->dhcp_opts_len; i++, opt++) { in dhcp_printoptions()
887 for (i = 0, opt = ifp->ctx->dhcp_opts; in make_message()
1256 for (i = 0, opt = ctx->dhcp_opts; i < ctx->dhcp_opts_len; i++, opt++) { in dhcp_getoption()
1331 for (i = 0, opt = ifp->ctx->dhcp_opts; in dhcp_env()
1344 for (i = 0, opt = ifp->ctx->dhcp_opts; in dhcp_env()
H A Dif-options.c551 *d = ctx->dhcp_opts; in set_option_space()
2604 ctx->dhcp_opts = ifo->dhcp_override; in read_config()