Lines Matching refs:renewal_time
440 iface->config.dhcpv4.renewal_time, in dhcpv4_renewal_timeleft()
694 iface->config.dhcpv4.renewal_time = 0U; in dhcpv4_enter_selecting()
724 if (dhcpv4->renewal_time == 0U) { in dhcpv4_enter_bound()
726 dhcpv4->renewal_time = dhcpv4->lease_time / 2U; in dhcpv4_enter_bound()
738 if ((dhcpv4->renewal_time >= dhcpv4->rebinding_time) || in dhcpv4_enter_bound()
743 dhcpv4->renewal_time = dhcpv4->lease_time / 2U; in dhcpv4_enter_bound()
750 dhcpv4->renewal_time, dhcpv4->rebinding_time); in dhcpv4_enter_bound()
752 dhcpv4_set_timeout(dhcpv4, dhcpv4->renewal_time); in dhcpv4_enter_bound()
1221 pkt, &iface->config.dhcpv4.renewal_time) || in dhcpv4_parse_options()
1222 !iface->config.dhcpv4.renewal_time) { in dhcpv4_parse_options()
1228 iface->config.dhcpv4.renewal_time); in dhcpv4_parse_options()
1321 iface->config.dhcpv4.renewal_time = 0U; in dhcpv4_parse_options()