HomeSort by relevance Sort by last modified time
    Searched full:leases (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.leasedir.diff.gz 
  /external/wpa_supplicant_8/wpa_supplicant/examples/
udhcpd-p2p.conf 14 # The maximim number of leases (includes addressesd reserved
21 # remaining for each lease in the udhcpd leases file. This is
24 # expires at will be stored in the dhcpd.leases file.
29 # The time period at which udhcpd will write out a dhcpd.leases
58 # The location of the leases file
60 #lease_file /var/lib/misc/udhcpd.leases #defualt: /var/lib/misc/udhcpd.leases
65 # Every time udhcpd writes a leases file, the below script will be called.
116 # Static leases map
p2p-action.sh 27 rm /var/run/dhclient.leases-$GIFNAME
42 rm /var/run/dhclient.leases-$GIFNAME
58 -lf /var/run/dhclient.leases-$GIFNAME \
72 rm /var/run/dhclient.leases-$GIFNAME
  /external/dnsmasq/contrib/wrt/
README 1 This script can be used to implement persistent leases on openWRT, DD-WRT
2 etc. Persistent leases are good: if the lease database is lost on a
4 leases. Until a host renews (which may take hours/days) it will
14 The principle is that leases are kept in NV variable with data
30 suck existing leases out of the NVRAM and emit them from
58 It probably makes sense to restrict the number of active DHCP leases
61 about 100 bytes, so restricting the number of leases to 50 will limit
  /external/dnsmasq/src/
lease.c 21 static struct dhcp_lease *leases = NULL, *old_leases = NULL; variable in typeref:struct:dhcp_lease
92 die (_("too many stored leases"), NULL, EC_MISC);
139 /* Some leases may have expired */
147 /* changes to the config may change current leases. */
153 for (lease = leases; lease; lease = lease->next)
186 for (lease = leases; lease; lease = lease->next)
224 for (next_event = 0, lease = leases; lease; lease = lease->next)
251 for (lease = leases; lease; lease = lease->next)
268 for (lease = leases, up = &leases; lease; lease = tmp
    [all...]
config.h 29 #define MAXLEASES 150 /* maximum number of DHCP leases */
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"
117 in its leases file. This also make dnsmasq "flash disk friendly".
118 Normally, dnsmasq tries very hard to keep the on-disk leases file
125 leases file, otherwise dnsmasq may get very confused.
  /external/toybox/toys/pending/
dumpleases.c 1 /* dumpleases.c - Dump the leases granted by udhcpd.
15 Display DHCP leases granted by udhcpd
44 if(!(toys.optflags & FLAG_f)) TT.file = "/var/lib/misc/dhcpd.leases"; //DEF_LEASE_FILE
dhcpd.c 244 uint32_t start_ip; // start address of leases, in host order
245 uint32_t end_ip; // end of leases, in host order
246 uint8_t start_ip6[16]; // start address of leases, in IPv6 mode
247 uint8_t end_ip6[16]; // end of leases, in IPv6 mode
250 uint32_t max_leases; // maximum number of leases (including reserved addresses)
261 char *notify_file; // what to run whenever leases are written
267 struct static_lease *static_leases; // List of ip/mac pairs to assign static leases
287 } leases; member in struct:server_state_s
655 // Reads Static leases from STR and updates inner structures.
683 sltmp->next = gstate.leases.sleases
    [all...]
  /external/autotest/client/site_tests/network_DhcpRenew/
control 13 Tests that shill can renew leases through dhcpcd, and deconfigures an
  /external/autotest/client/site_tests/network_DhcpRenewWithOptionSubset/
control 11 Tests that shill can renew leases through dhcpcd. In particular,
  /external/autotest/client/site_tests/platform_OSLimits/
control 14 - fs/leases-enable
45 - fs/leases-enable:
46 - 0: no leases on files allowed.
47 - 1: leases are allowed to be established on a file.
platform_OSLimits.py 81 ref_equal = {'leases': 1,
95 'leases': '/proc/sys/fs/leases-enable',
  /external/mdnsresponder/mDNSShared/
dnsextd.8 56 For information on Dynamic DNS Update Leases, see
57 .Pa http://files.dns-sd.org/draft-dns-update-leases.txt
dnsextd.h 139 RRTableElem **table; // hashtable for records with leases
  /system/connectivity/shill/dhcp/
dhcpv6_config.h 88 // requests with separate leases, which mean there will be a dedicated
91 // configuration will be the shorter of the two leases (most likely the two
  /external/dnsmasq/contrib/port-forward/
portforward 26 # removed when DHCP leases expire. After editing this file, send
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSOptionCode.java 22 * Update Leases Option [http://files.dns-sd.org/draft-sekar-dns-ul.txt]
  /system/connectivity/apmanager/
dhcp_server_unittest.cc 51 "dhcp-leasefile=/var/run/apmanager/dnsmasq/dhcpd-1.leases\n";
54 "dhcp-leasefile=/data/misc/apmanager/dnsmasq/dhcpd-1.leases\n";
dhcp_server.cc 36 "/var/run/apmanager/dnsmasq/dhcpd-%d.leases";
42 "/data/misc/apmanager/dnsmasq/dhcpd-%d.leases";
  /system/connectivity/shill/test-scripts/
veth 25 lease_file="/tmp/dnsmasq.${iface}.leases"
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 30 leases and BOOTP for network booting of diskless machines.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
fcntl.h 115 /* for leases */
  /external/dnsmasq/
doc.html 14 DHCP leases and BOOTP/TFTP/PXE for network booting of diskless machines.
47 The integrated DHCP server supports static and dynamic DHCP leases and
  /external/autotest/server/hosts/
moblab_host.py 29 DHCPD_LEASE_FILE = '/var/lib/dhcp/dhcpd.leases'
161 leases = set(self.run('grep ^lease %s' % DHCPD_LEASE_FILE,
163 for lease in leases:
  /external/dnsmasq/contrib/try-all-ns/
dnsmasq-2.35-try-all-ns.patch 55 { "-9, --leasefile-ro", gettext_noop("Read leases at startup, but never write the lease file."), NULL },

Completed in 932 milliseconds

1 2 3 4