Searched refs:path_dhcpd_db (Results 1 – 4 of 4) sorted by relevance
/netbsd/external/mpl/dhcp/dist/server/ |
H A D | db.c | 1090 status = read_conf_file (path_dhcpd_db, in db_startup() 1112 current_db_path = (test_mode ? "/dev/null" : path_dhcpd_db); in db_startup() 1159 path_dhcpd_db, (int)t) >= sizeof newfname) in new_lease_file() 1244 if (snprintf (backfname, sizeof backfname, "%s~", path_dhcpd_db) in new_lease_file() 1254 if (link(path_dhcpd_db, backfname) < 0) { in new_lease_file() 1257 path_dhcpd_db); in new_lease_file() 1260 path_dhcpd_db, backfname); in new_lease_file() 1269 if (rename (newfname, path_dhcpd_db) < 0) { in new_lease_file() 1271 newfname, path_dhcpd_db); in new_lease_file()
|
H A D | dhcpd.c | 103 const char *path_dhcpd_db = _PATH_DHCPD_DB; variable 498 path_dhcpd_db = argv [i]; in main() 609 path_dhcpd_db = s; in main() 611 path_dhcpd_db = _PATH_DHCPD6_DB; in main() 623 path_dhcpd_db = s; in main() 636 if (have_dhcpd_db && path_dhcpd_db[0] != '/') { in main() 637 path_dhcpd_db = absolute_path(path_dhcpd_db); in main() 1151 path_dhcpd_db = s; in postconf_initialization() 1184 path_dhcpd_db = s; in postconf_initialization() 1368 log_info ("Database file: %s", path_dhcpd_db); in postconf_initialization()
|
H A D | confpars.c | 129 path_dhcpd_db); in read_conf_file()
|
/netbsd/external/mpl/dhcp/dist/includes/ |
H A D | dhcpd.h | 2143 extern const char *path_dhcpd_db;
|