Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/include/lwip/
A Ddhcp.h50 u16_t t1_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for renewal time */ member
/lk-master/external/lib/lwip/core/
A Ddhcp.c351 } else if (netif->dhcp->t1_timeout-- == 1) { in dhcp_coarse_tmr()
945 dhcp->t1_timeout = (u16_t)timeout; in dhcp_bind()
946 if (dhcp->t1_timeout == 0) { in dhcp_bind()
947 dhcp->t1_timeout = 1; in dhcp_bind()
966 if ((dhcp->t1_timeout >= dhcp->t2_timeout) && (dhcp->t2_timeout > 0)) { in dhcp_bind()
967 dhcp->t1_timeout = 0; in dhcp_bind()

Completed in 5 milliseconds