HomeSort by: relevance | last modified time | path
    Searched refs:dhcp_opts (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
dhcpcd.h 211 struct dhcp_opt *dhcp_opts; member in struct:dhcpcd_ctx
dhcpcd.c 155 if (ctx->dhcp_opts) {
156 for (opt = ctx->dhcp_opts; ctx->dhcp_opts_len > 0;
159 free(ctx->dhcp_opts);
160 ctx->dhcp_opts = NULL;
dhcp.c 141 for (i = 0, opt = ctx->dhcp_opts; i < ctx->dhcp_opts_len; i++, opt++) {
972 for (i = 0, opt = ctx->dhcp_opts; i < ctx->dhcp_opts_len;
1351 for (i = 0, opt = ctx->dhcp_opts; i < ctx->dhcp_opts_len; i++, opt++) {
1428 for (i = 0, opt = ifp->ctx->dhcp_opts; i < ifp->ctx->dhcp_opts_len;
1437 for (i = 0, opt = ifp->ctx->dhcp_opts; i < ifp->ctx->dhcp_opts_len;
if-options.c 544 pctx->dopts = ctx->dhcp_opts;
2893 ctx->dhcp_opts = ifo->dhcp_override;
  /src/usr.bin/rump_dhcpclient/
dhcp.c 67 static const struct dhcp_opt dhcp_opts[] = { variable in typeref:struct:dhcp_opt
172 for (opt = dhcp_opts; opt->option; opt++) {
719 for (opt = dhcp_opts; opt->option; opt++) {

Completed in 26 milliseconds