Searched refs:cffile (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | privsep-control.c | 89 return control_queue(fd, UNCONST(fd->ctx->cffile), in ps_ctl_handleargs() 90 strlen(fd->ctx->cffile) + 1); in ps_ctl_handleargs()
|
| H A D | dhcpcd.h | 120 const char *cffile; member
|
| H A D | dhcpcd.c | 1543 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 D | privsep-root.c | 321 if (strcmp(ctx->cffile, EMBEDDED_CONFIG) == 0) in ps_root_validpath() 324 if (strcmp(ctx->cffile, path) == 0) in ps_root_validpath()
|
| H A D | if-options.c | 2647 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()
|