Home
last modified time | relevance | path

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

/freebsd/sbin/dhclient/
H A Ddhclient.c98 char *path_dhclient_db = NULL; variable
409 path_dhclient_db = optarg; in main()
452 if (path_dhclient_db == NULL && asprintf(&path_dhclient_db, "%s.%s", in main()
531 if ((fd = open(path_dhclient_db, O_RDONLY|O_EXLOCK|O_CREAT, 0)) == -1) in main()
532 error("can't open and lock %s: %m", path_dhclient_db); in main()
2149 leaseFile = fopen(path_dhclient_db, "w"); in rewrite_client_leases()
2151 error("can't create %s: %m", path_dhclient_db); in rewrite_client_leases()
2196 leaseFile = fopen(path_dhclient_db, "w"); in write_client_lease()
2198 error("can't create %s: %m", path_dhclient_db); in write_client_lease()
H A Ddhcpd.h370 extern char *path_dhclient_db;
H A Dclparse.c187 new_parse(path_dhclient_db); in read_client_leases()
191 if ((cfile = fopen(path_dhclient_db, "r")) == NULL) in read_client_leases()