Home
last modified time | relevance | path

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

/dragonfly/sbin/dhclient/
HDdhclient.c71 char *path_dhclient_db = NULL; variable
294 path_dhclient_db = optarg; in main()
406 if (path_dhclient_db == NULL && asprintf(&path_dhclient_db, "%s.%s", in main()
460 if ((fd = open(path_dhclient_db, O_RDONLY|O_EXLOCK|O_CREAT, 0)) == -1) in main()
461 error("can't open and lock %s: %m", path_dhclient_db); in main()
463 if ((leaseFile = fopen(path_dhclient_db, "w")) == NULL) in main()
464 error("can't open %s: %m", path_dhclient_db); in main()
HDclparse.c112 new_parse(path_dhclient_db); in read_client_leases()
116 if ((cfile = fopen(path_dhclient_db, "r")) == NULL) in read_client_leases()
HDdhcpd.h279 extern char *path_dhclient_db;