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
401 path_dhclient_db = optarg; in main()
444 if (path_dhclient_db == NULL && asprintf(&path_dhclient_db, "%s.%s", in main()
523 if ((fd = open(path_dhclient_db, O_RDONLY|O_EXLOCK|O_CREAT, 0)) == -1) in main()
524 error("can't open and lock %s: %m", path_dhclient_db); in main()
1972 leaseFile = fopen(path_dhclient_db, "w"); in rewrite_client_leases()
1974 error("can't create %s: %m", path_dhclient_db); in rewrite_client_leases()
2019 leaseFile = fopen(path_dhclient_db, "w"); in write_client_lease()
2021 error("can't create %s: %m", path_dhclient_db); in write_client_lease()
H A Dclparse.c156 new_parse(path_dhclient_db); in read_client_leases()
160 if ((cfile = fopen(path_dhclient_db, "r")) == NULL) in read_client_leases()
H A Ddhcpd.h363 extern char *path_dhclient_db;