HomeSort by: relevance | last modified time | path
    Searched full:path_dhclient_db (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/dhcp/dist/client/
dhclient.c 53 const char *path_dhclient_db = NULL; variable
485 path_dhclient_db = argv[i];
678 if (!no_dhclient_db && (s = getenv("PATH_DHCLIENT_DB"))) {
679 path_dhclient_db = s;
708 if (path_dhclient_db[0] != '/') {
709 path_dhclient_db = absolute_path(path_dhclient_db);
3787 leaseFile = fopen (path_dhclient_db, "w");
3789 log_error ("can't create %s: %m", path_dhclient_db);
3982 leaseFile = fopen(path_dhclient_db, "w")
    [all...]
dhclient.8 582 .B PATH_DHCLIENT_DB
clparse.c 349 if ((file = open (path_dhclient_db, O_RDONLY)) < 0)
353 status = new_parse(&cfile, file, NULL, 0, path_dhclient_db, 0);
dhc6.c 175 if (path_dhclient_db == NULL)
176 path_dhclient_db = _PATH_DHCLIENT6_DB;
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 2985 extern const char *path_dhclient_db;

Completed in 23 milliseconds