HomeSort by relevance Sort by last modified time
    Searched refs:LEASEFILE (Results 1 - 6 of 6) sorted by null

  /external/dhcpcd/
config.h 68 #ifndef LEASEFILE
69 # define LEASEFILE DBDIR "/" PACKAGE "-%s.lease"
showlease.c 122 get_lease(const char *leasefile)
128 fd = open(leasefile, O_RDONLY);
318 char leasefile[PATH_MAX]; local
324 snprintf(leasefile, PATH_MAX, LEASEFILE, argv[1]);
325 if ((dhcp = get_lease(leasefile)) == NULL) {
net.c 430 snprintf(iface->leasefile, PATH_MAX, LEASEFILE, ifname);
  /external/dnsmasq/src/
config.h 27 #define LEASE_RETRY 60 /* on error, retry writing leasefile after LEASE_RETRY seconds */
44 #ifndef LEASEFILE
46 # define LEASEFILE "/var/db/dnsmasq.leases"
48 # define LEASEFILE "/var/cache/dnsmasq.leases"
50 # define LEASEFILE "/data/misc/dhcp/dnsmasq.leases"
52 # define LEASEFILE "/var/lib/misc/dnsmasq.leases"
dnsmasq.c 127 daemon->lease_file = LEASEFILE;
    [all...]
option.c 125 { "dhcp-leasefile", 2, 0, 'l' },
175 { "leasefile-ro", 0, 0, '9' },
256 { 'l', ARG_ONE, "path", gettext_noop("Specify where to store DHCP leases (defaults to %s)."), LEASEFILE },
300 { '9', OPT_LEASE_RO, NULL, gettext_noop("Do not use leasefile."), NULL },
    [all...]

Completed in 98 milliseconds