Home
last modified time | relevance | path

Searched refs:active_lease (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhc6.c1570 if ((client->active_lease == NULL) || in start_confirm6()
1572 client->active_lease->released || in start_confirm6()
1573 !unexpired_address_in_lease(client->active_lease)) { in start_confirm6()
1574 dhc6_lease_destroy(&client->active_lease, MDL); in start_confirm6()
1613 (dhc6_count_ia(client->active_lease, D6O_IA_PD) != 0) || in start_confirm6()
1614 (dhc6_count_ia(client->active_lease, D6O_IA_NA) < wanted_ia_na) || in start_confirm6()
1615 (dhc6_count_ia(client->active_lease, D6O_IA_TA) < wanted_ia_ta)) { in start_confirm6()
1812 if ((client->active_lease != NULL) && in dhc6_bare_ia_xx()
1813 ((old_ia = find_ia(client->active_lease->bindings, in dhc6_bare_ia_xx()
1895 if (client->active_lease != NULL) { in do_init6()
[all …]
H A Ddhclient.c962 if ((client->active_lease != NULL) && in main()
963 !client->active_lease->released) in main()
3298 lease = client->active_lease; in forw_dhcpv4_query()
3808 if (client->active_lease != NULL) in rewrite_client_leases()
3810 client->active_lease, in rewrite_client_leases()
3829 if (client->active_lease != NULL) in rewrite_client_leases()
3831 client->active_lease, in rewrite_client_leases()
5202 (client->active_lease != NULL))) in client_dns_update_timeout()
5326 if ((client->active == NULL) && (client->active_lease == NULL)) in client_dns_update()
5382 if (client->active_lease != NULL) { in client_dns_update()
[all …]
H A Dclparse.c1601 if (client->active_lease != NULL) in parse_client6_lease_statement()
1602 dhc6_lease_destroy(&client->active_lease, MDL); in parse_client6_lease_statement()
1604 client->active_lease = lease; in parse_client6_lease_statement()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1329 struct dhc6_lease *active_lease; member