Searched refs:renewal_time (Results 1 – 3 of 3) sorted by relevance
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()[all …]
552 iface->config.dhcpv4.renewal_time); in iface_cb()
498 uint32_t renewal_time; member