Searched refs:time_to_ipv6_lease_expiry (Results 1 – 1 of 1) sorted by relevance
1548 uint32_t time_to_ipv6_lease_expiry = UINT32_MAX; in TimeToNextDHCPLeaseRenewal() local1553 ip6config()->TimeToLeaseExpiry(&time_to_ipv6_lease_expiry); in TimeToNextDHCPLeaseRenewal()1555 *result = std::min(time_to_ipv4_lease_expiry, time_to_ipv6_lease_expiry); in TimeToNextDHCPLeaseRenewal()