/external/dnsmasq/src/ |
D | lease.c | 27 struct dhcp_lease* lease; in lease_init() local 84 if (!(lease = lease_allocate(addr))) die(_("too many stored leases"), NULL, EC_MISC); in lease_init() 88 lease->expires = (time_t) ei + now; in lease_init() 90 lease->expires = (time_t) 0; in lease_init() 91 lease->length = ei; in lease_init() 95 lease->expires = (time_t) ei; in lease_init() 98 lease_set_hwaddr(lease, (unsigned char*) daemon->dhcp_buff2, in lease_init() 102 lease_set_hostname(lease, daemon->dhcp_buff, 0); in lease_init() 106 lease->new = lease->changed = 0; in lease_init() 140 struct dhcp_lease* lease; in lease_update_from_configs() local [all …]
|
D | helper.c | 257 void queue_script(int action, struct dhcp_lease* lease, char* hostname, time_t now) { in queue_script() argument 266 if (lease->vendorclass) vclass_len = lease->vendorclass_len; in queue_script() 267 if (lease->userclass) uclass_len = lease->userclass_len; in queue_script() 268 if (lease->supplied_hostname) shost_len = lease->supplied_hostname_len; in queue_script() 269 if (lease->clid) clid_len = lease->clid_len; in queue_script() 288 buf->hwaddr_len = lease->hwaddr_len; in queue_script() 289 buf->hwaddr_type = lease->hwaddr_type; in queue_script() 295 buf->addr = lease->addr; in queue_script() 296 buf->giaddr = lease->giaddr; in queue_script() 297 memcpy(buf->hwaddr, lease->hwaddr, lease->hwaddr_len); in queue_script() [all …]
|
D | rfc2131.c | 120 struct dhcp_lease *ltmp, *lease = NULL; in dhcp_reply() local 246 lease = lease_find_by_client(mess->chaddr, mess->hlen, mess->htype, clid, clid_len); in dhcp_reply() 250 if (lease && !clid && lease->clid) { in dhcp_reply() 251 clid_len = lease->clid_len; in dhcp_reply() 252 clid = lease->clid; in dhcp_reply() 393 if ((lease = lease_find_by_addr(config->addr)) && in dhcp_reply() 394 (lease->hwaddr_len != mess->hlen || lease->hwaddr_type != mess->htype || in dhcp_reply() 395 memcmp(lease->hwaddr, mess->chaddr, lease->hwaddr_len) != 0)) in dhcp_reply() 398 … if (!(lease = lease_find_by_client(mess->chaddr, mess->hlen, mess->htype, NULL, 0)) || in dhcp_reply() 399 !address_available(context, lease->addr, netid)) { in dhcp_reply() [all …]
|
D | dnsmasq.h | 775 void lease_set_hwaddr(struct dhcp_lease* lease, unsigned char* hwaddr, unsigned char* clid, 777 void lease_set_hostname(struct dhcp_lease* lease, char* name, int auth); 778 void lease_set_expires(struct dhcp_lease* lease, unsigned int len, time_t now); 779 void lease_set_interface(struct dhcp_lease* lease, int interface); 818 void queue_script(int action, struct dhcp_lease* lease, char* hostname, time_t now);
|
/external/igt-gpu-tools/tests/ |
D | kms_lease.c | 153 static int prepare_crtc(lease_t *lease, uint32_t connector_id, uint32_t crtc_id) in prepare_crtc() argument 156 igt_display_t *display = &lease->display; in prepare_crtc() 170 igt_create_color_fb(lease->fd, mode->hdisplay, mode->vdisplay, in prepare_crtc() 174 &lease->primary_fb); in prepare_crtc() 177 igt_plane_set_fb(primary, &lease->primary_fb); in prepare_crtc() 184 igt_wait_for_vblank(lease->fd, pipe); in prepare_crtc() 186 lease->output = output; in prepare_crtc() 187 lease->mode = mode; in prepare_crtc() 191 static void cleanup_crtc(lease_t *lease, igt_output_t *output) in cleanup_crtc() argument 193 igt_display_t *display = &lease->display; in cleanup_crtc() [all …]
|
/external/ltp/testcases/network/dhcp/ |
D | dhcpd_tests.sh | 19 [ "$TST_IPV6" ] && lease="$lease_dir/dhcpd6.leases_tst" 53 default-lease-time 60; 54 max-lease-time 60; 68 default-lease-time 60; 69 max-lease-time 60;
|
/external/autotest/frontend/client/src/autotest/moblab/rpc/ |
D | ConnectedDutInfo.java | 40 for (String lease : leases.keySet()) { in fromJson() 41 JSONObject leaseObject = leases.get(lease).isObject(); in fromJson() 42 connectedIpsToMacAddresses.put(lease, in fromJson() 44 connectedIpsToSshConnection.put(lease, in fromJson()
|
/external/autotest/client/site_tests/network_DhcpStaticIP/ |
D | control | 12 Tests that we can negotiate a lease on an IPv4 address via DHCP, 15 This test succceeds if dhcpcd is able to negotiate and DHCP lease, but then 16 apply static IP parameters and release the lease after acquiring DNS and 18 negotiation although a lease is negotiated, it is released back to the DHCP
|
/external/libcups/test/ |
D | 4.4-subscription-ops.test | 28 ATTR integer notify-lease-duration 5 43 # Delay test for 7 seconds to allow lease to expire... 83 ATTR integer notify-lease-duration 5 88 ATTR integer notify-lease-duration 5 145 ATTR integer notify-lease-duration 5
|
/external/autotest/client/site_tests/network_DhcpNegotiationSuccess/ |
D | control | 12 Tests that we can negotiate a lease on an IPv4 address via DHCP. This test 13 will fail if dhcpcd is unable to negotiate and renew a DHCP lease without any
|
/external/autotest/client/site_tests/network_DhcpWpadNegotiation/ |
D | control | 12 Tests that we can negotiate a lease on an IPv4 address via DHCP from a server 14 is unable to negotiate a DHCP lease, or if shill fails to report the WPAD
|
/external/autotest/client/site_tests/network_DhcpNonAsciiParameter/ |
D | control | 12 Tests that we can negotiate a lease on an IPv4 address via DHCP. 14 This test fails if dhcpcd is unable to negotiate and renew a DHCP lease if
|
/external/toybox/toys/pending/ |
D | dumpleases.c | 29 struct lease { struct 40 struct lease lease_struct; in dumpleases_main() argument
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 184 DHCP lease derived names. 217 release 1.4 Fix a bug with DHPC lease parsing which broke in 390 names. Previously the TTL was derived from the lease 391 time but that is incorrect since a lease can be given 504 Fixed spurious re-reading of empty lease files. (Thanks 559 Made lease-file reader bullet-proof. 714 Fix lease time spec when specified in dhcp-range and not 748 Return DHCP T1 and T2 times, with "fuzz" to desychronise lease 761 Cope with a machine taking a DHCP lease and then moving 762 network so that the lease address is no longer valid. [all …]
|
D | CHANGELOG | 12 Add two more environment variables for lease-change scripts: 27 Make the code to call scripts on lease-change compile-time 90 Fix regression in 2.48 which disables the lease-change 166 Updated config.h to use the same location for the lease 272 lease-change script. This may be useful information to 294 Emit DBus signals as the DHCP lease database 299 abandon a DHCP lease of the fixed address to one MAC 305 at a time is up, since dnsmasq abandons the first lease 342 lease, problem introduced in version 2.43. Thanks to 345 Fix potential crash when a host which doesn't have a lease [all …]
|
D | dnsmasq.conf.example | 132 # to supply the range of addresses available for lease and optionally 133 # a lease time. If you have more than one network, you will need to 163 # the name fred and IP address 192.168.0.60 and lease time 45 minutes 175 # 192.168.0.70 and an infinite lease 188 # it asks for a DHCP lease. 233 # Send options to hosts which ask for a DHCP lease. 309 # Send microsoft-specific option to tell windows to release the DHCP lease 413 #dhcp-lease-max=150 415 # The DHCP server needs somewhere on disk to keep its lease database. 421 # and take over the lease for any client which broadcasts on the network, [all …]
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd.c | 1374 mDNSlocal void UpdateLeaseTable(PktMsg *pkt, DaemonInfo *d, mDNSs32 lease) in UpdateLeaseTable() argument 1429 else if (lease > 0) in UpdateLeaseTable() 1437 (*rptr)->expire = tv.tv_sec + (unsigned)lease; in UpdateLeaseTable() 1458 tmp->expire = tv.tv_sec + (unsigned)lease; in UpdateLeaseTable() 1476 mDNSlocal PktMsg *FormatLeaseReply(DaemonInfo *d, PktMsg *orig, mDNSu32 lease) in FormatLeaseReply() argument 1493 ptr = putUpdateLease(&reply->msg, ptr, lease); in FormatLeaseReply() 1516 mDNSs32 lease = 0; in HandleRequest() local 1522 lease = GetPktLease(&mDNSStorage, &request->msg, end); in HandleRequest() 1531 if (adds && !lease) in HandleRequest() 1543 if (lease > 7200) // Don't allow lease greater than two hours; typically 90-minute renewal period in HandleRequest() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | udhcpd-p2p.conf | 89 option lease 864000 # 10 days of seconds
|
/external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/ |
D | control | 11 Tests that we can negotiate a lease on an IPv4 address via DHCP from
|
/external/autotest/client/site_tests/network_DhcpClasslessStaticRoute/ |
D | control | 12 Tests that we can negotiate a lease on an IPv4 address via DHCP.
|
/external/autotest/client/site_tests/network_DhcpRenew/ |
D | control | 15 This test fails if shill ignores the T1, T2, or lease timeouts. Since
|
/external/autotest/client/site_tests/network_Dhcpv6Basic/ |
D | control | 9 This test fails if the device cannot successfully negotiate a lease for
|
/external/autotest/client/site_tests/network_DhcpRenewWithOptionSubset/ |
D | control | 16 This test fails if shill fails to renew the lease, or if the
|
/external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/ |
D | control | 11 Tests that we can negotiate a lease on an IPv4 address via DHCP from
|
/external/libcups/scheduler/ |
D | subscriptions.h | 87 int lease; /* notify-lease-duration */ member
|