Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_internal.h96 #define DHCPV4_INITIAL_RETRY_TIMEOUT 4 macro
Ddhcpv4.c463 timeout = DHCPV4_INITIAL_RETRY_TIMEOUT << dhcpv4->attempts; in dhcpv4_update_message_timeout()
466 if (timeout < DHCPV4_INITIAL_RETRY_TIMEOUT || timeout > 64) { in dhcpv4_update_message_timeout()