Searched refs:LEASEFILE (Results 1 – 7 of 7) sorted by relevance
43 #ifndef LEASEFILE45 # define LEASEFILE "/var/db/dnsmasq.leases" macro47 # define LEASEFILE "/var/cache/dnsmasq.leases" macro49 # define LEASEFILE "/data/misc/dhcp/dnsmasq.leases" macro51 # define LEASEFILE "/var/lib/misc/dnsmasq.leases" macro
165 daemon->lease_file = LEASEFILE; in main()
230 …ARG_ONE, "path", gettext_noop("Specify where to store DHCP leases (defaults to %s)."), LEASEFILE },
48 #ifndef LEASEFILE49 # define LEASEFILE DBDIR "/" PACKAGE "-%s%s%s.lease" macro52 # define LEASEFILE6 LEASEFILE "6"
43 #define LEASE_IDENTIFIER_LEN (PATH_MAX - sizeof(LEASEFILE))
744 family == AF_INET ? LEASEFILE : LEASEFILE6, in dhcp_set_leasefile()748 family == AF_INET ? LEASEFILE : LEASEFILE6, in dhcp_set_leasefile()
168 LEASEFILE and CONFFILE symbols to be overriden in CFLAGS.