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

  /src/external/bsd/dhcpcd/dist/src/
dhcpcd.h 238 size_t dhcp6_opts_len; member in struct:dhcpcd_ctx
dhcp6.c 204 for (i = 0, opt = ctx->dhcp6_opts; i < ctx->dhcp6_opts_len;
470 for (i = 0, opt = ctx->dhcp6_opts; i < ctx->dhcp6_opts_len;
791 for (l = 0, opt = ctx->dhcp6_opts; l < ctx->dhcp6_opts_len;
1120 for (l = 0, opt = ctx->dhcp6_opts; l < ctx->dhcp6_opts_len;
4422 for (i = 0, opt = ctx->dhcp6_opts; i < ctx->dhcp6_opts_len; i++, opt++)
4465 i < ctx->dhcp6_opts_len; i++, opt++)
4468 if (i == ctx->dhcp6_opts_len)
dhcpcd.c 173 for (opt = ctx->dhcp6_opts; ctx->dhcp6_opts_len > 0;
174 opt++, ctx->dhcp6_opts_len--)
if-options.c 532 pctx->dopts_len = ctx->dhcp6_opts_len;
2909 ctx->dhcp6_opts_len = ifo->dhcp6_override_len;

Completed in 53 milliseconds