Home
last modified time | relevance | path

Searched refs:rebinding_time (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4.c447 iface->config.dhcpv4.rebinding_time, in dhcpv4_rebinding_timeleft()
695 iface->config.dhcpv4.rebinding_time = 0U; in dhcpv4_enter_selecting()
729 if (dhcpv4->rebinding_time == 0U) { in dhcpv4_enter_bound()
731 dhcpv4->rebinding_time = dhcpv4->lease_time * 875U / 1000U; in dhcpv4_enter_bound()
738 if ((dhcpv4->renewal_time >= dhcpv4->rebinding_time) || in dhcpv4_enter_bound()
739 (dhcpv4->rebinding_time >= dhcpv4->lease_time)) { in dhcpv4_enter_bound()
744 dhcpv4->rebinding_time = dhcpv4->lease_time * 875U / 1000U; in dhcpv4_enter_bound()
750 dhcpv4->renewal_time, dhcpv4->rebinding_time); in dhcpv4_enter_bound()
1241 &iface->config.dhcpv4.rebinding_time) || in dhcpv4_parse_options()
1242 !iface->config.dhcpv4.rebinding_time) { in dhcpv4_parse_options()
[all …]
/Zephyr-latest/include/zephyr/net/
Dnet_if.h501 uint32_t rebinding_time; member