Searched refs:path_dhclient_db (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/mpl/dhcp/dist/client/ |
| H A D | dhclient.c | 53 const char *path_dhclient_db = NULL; variable 485 path_dhclient_db = argv[i]; in main() 679 path_dhclient_db = s; in main() 708 if (path_dhclient_db[0] != '/') { in main() 709 path_dhclient_db = absolute_path(path_dhclient_db); in main() 3787 leaseFile = fopen (path_dhclient_db, "w"); in rewrite_client_leases() 3789 log_error ("can't create %s: %m", path_dhclient_db); in rewrite_client_leases() 3982 leaseFile = fopen(path_dhclient_db, "w"); in write_duid() 3984 log_error("can't create %s: %m", path_dhclient_db); in write_duid() 4027 leaseFile = fopen(path_dhclient_db, "w"); in write_client6_lease() [all …]
|
| H A D | clparse.c | 349 if ((file = open (path_dhclient_db, O_RDONLY)) < 0) in read_client_leases() 353 status = new_parse(&cfile, file, NULL, 0, path_dhclient_db, 0); in read_client_leases()
|
| H A D | dhc6.c | 175 if (path_dhclient_db == NULL) in dhcpv6_client_assignments() 176 path_dhclient_db = _PATH_DHCLIENT6_DB; in dhcpv6_client_assignments()
|
| /netbsd-src/external/mpl/dhcp/dist/includes/ |
| H A D | dhcpd.h | 2985 extern const char *path_dhclient_db;
|