HomeSort by relevance Sort by last modified time
    Searched refs:dhcp6_opts (Results 1 - 4 of 4) sorted by null

  /external/dhcpcd-6.8.2/
dhcpcd.h 140 struct dhcp_opt *dhcp6_opts; member in struct:dhcpcd_ctx
dhcpcd.c 177 if (ctx->dhcp6_opts) {
178 for (opt = ctx->dhcp6_opts;
182 free(ctx->dhcp6_opts);
183 ctx->dhcp6_opts = NULL;
    [all...]
dhcp6.c 139 for (i = 0, opt = ctx->dhcp6_opts;
270 for (i = 0, opt = ctx->dhcp6_opts;
558 for (l = 0, opt = ifp->ctx->dhcp6_opts;
893 for (l = 0, opt = ifp->ctx->dhcp6_opts;
    [all...]
if-options.c 531 *d = ctx->dhcp6_opts;
    [all...]

Completed in 89 milliseconds