Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/net/ip/
Ddhcpv4.c454 iface->config.dhcpv4.rebinding_time = 0U; in dhcpv4_enter_selecting()
506 iface->config.dhcpv4.rebinding_time, in dhcpv4_rebinding_timeleft()
532 uint32_t rebinding_time; in dhcpv4_enter_bound() local
541 rebinding_time = iface->config.dhcpv4.rebinding_time; in dhcpv4_enter_bound()
542 if (!rebinding_time) { in dhcpv4_enter_bound()
544 rebinding_time = iface->config.dhcpv4.lease_time * 875U / 1000; in dhcpv4_enter_bound()
545 iface->config.dhcpv4.rebinding_time = rebinding_time; in dhcpv4_enter_bound()
551 renewal_time, rebinding_time); in dhcpv4_enter_bound()
554 MIN(renewal_time, rebinding_time)); in dhcpv4_enter_bound()
818 &iface->config.dhcpv4.rebinding_time) || in dhcpv4_parse_options()
[all …]
/Zephyr-Core-2.7.6/include/net/
Dnet_if.h298 uint32_t rebinding_time; member