Home
last modified time | relevance | path

Searched refs:cffile (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dprivsep-control.c89 return control_queue(fd, UNCONST(fd->ctx->cffile), in ps_ctl_handleargs()
90 strlen(fd->ctx->cffile) + 1); in ps_ctl_handleargs()
H A Ddhcpcd.h120 const char *cffile; member
H A Ddhcpcd.c1543 return control_queue(fd, UNCONST(fd->ctx->cffile), in dhcpcd_handleargs()
1544 strlen(fd->ctx->cffile) + 1); in dhcpcd_handleargs()
1987 ctx.cffile = CONFIG; in main()
2045 ctx.cffile = optarg; in main()
H A Dprivsep-root.c321 if (strcmp(ctx->cffile, EMBEDDED_CONFIG) == 0) in ps_root_validpath()
324 if (strcmp(ctx->cffile, path) == 0) in ps_root_validpath()
H A Dif-options.c2647 buflen = dhcp_readfile(ctx, ctx->cffile, buf, sizeof(buf)); in read_config()
2651 logerr("%s: %s", __func__, ctx->cffile); in read_config()
2659 dhcp_filemtime(ctx, ctx->cffile, &ifo->mtime); in read_config()