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 207 struct dhcp_opt *dhcp_opts; member in struct:dhcpcd_ctx
dhcpcd.c 155 if (ctx->dhcp_opts) {
156 for (opt = ctx->dhcp_opts;
160 free(ctx->dhcp_opts);
161 ctx->dhcp_opts = NULL;
dhcp.c 153 for (i = 0, opt = ctx->dhcp_opts; i < ctx->dhcp_opts_len; i++, opt++) {
974 for (i = 0, opt = ifp->ctx->dhcp_opts;
1387 for (i = 0, opt = ctx->dhcp_opts; i < ctx->dhcp_opts_len; i++, opt++) {
1462 for (i = 0, opt = ifp->ctx->dhcp_opts;
1475 for (i = 0, opt = ifp->ctx->dhcp_opts;
if-options.c 556 *d = ctx->dhcp_opts;
2811 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 28 milliseconds