Searched refs:path_dhclient_db (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sbin/dhclient/ |
| H A D | dhclient.c | 99 char *path_dhclient_db = NULL; variable 400 path_dhclient_db = optarg; in main() 440 if (path_dhclient_db == NULL && asprintf(&path_dhclient_db, "%s.%s", in main() 518 if ((fd = open(path_dhclient_db, O_RDONLY|O_EXLOCK|O_CREAT, 0)) == -1) in main() 519 error("can't open and lock %s: %m", path_dhclient_db); in main() 1943 leaseFile = fopen(path_dhclient_db, "w"); in rewrite_client_leases() 1945 error("can't create %s: %m", path_dhclient_db); in rewrite_client_leases() 1990 leaseFile = fopen(path_dhclient_db, "w"); in write_client_lease() 1992 error("can't create %s: %m", path_dhclient_db); in write_client_lease()
|
| H A D | clparse.c | 158 new_parse(path_dhclient_db); in read_client_leases() 162 if ((cfile = fopen(path_dhclient_db, "r")) == NULL) in read_client_leases()
|
| H A D | dhcpd.h | 364 extern char *path_dhclient_db;
|