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

  /external/dhcpcd-6.8.2/
dhcpcd.h 123 struct dhcp_opt *dhcp_opts; member in struct:dhcpcd_ctx
dhcpcd.c 167 if (ctx->dhcp_opts) {
168 for (opt = ctx->dhcp_opts;
172 free(ctx->dhcp_opts);
173 ctx->dhcp_opts = NULL;
    [all...]
dhcp.c 135 for (i = 0, opt = ctx->dhcp_opts; i < ctx->dhcp_opts_len; i++, opt++) {
975 for (i = 0, opt = ifp->ctx->dhcp_opts;
1267 for (i = 0, opt = ctx->dhcp_opts; i < ctx->dhcp_opts_len; i++, opt++) {
1304 for (i = 0, opt = ifp->ctx->dhcp_opts;
1371 for (i = 0, opt = ifp->ctx->dhcp_opts;
    [all...]
if-options.c 544 *d = ctx->dhcp_opts;
    [all...]
  /external/dnsmasq/src/
rfc2131.c 691 match_vendor_opts(option_find(mess, sz, OPTION_VENDOR_ID, 1), daemon->dhcp_opts);
770 opt71.next = daemon->dhcp_opts;
    [all...]
option.c 968 new->next = daemon->dhcp_opts;
969 daemon->dhcp_opts = new;
    [all...]
dnsmasq.h 632 struct dhcp_opt *dhcp_opts, *dhcp_match; member in struct:daemon

Completed in 66 milliseconds