Home
last modified time | relevance | path

Searched refs:path_dhcpd_conf (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/dhcpd/
Ddhcpd.c81 char *path_dhcpd_conf = _PATH_DHCPD_CONF; variable
133 path_dhcpd_conf = optarg; in main()
Dconfpars.c75 new_parse(path_dhcpd_conf); in readconf()
90 if ((cfile = fopen(path_dhcpd_conf, "r")) == NULL) in readconf()
91 fatal("Can't open %s", path_dhcpd_conf); in readconf()
Ddhcpd.h324 extern char *path_dhcpd_conf;