Searched refs:t2_timeout (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/include/lwip2/lwip/
H A Ddhcp.h89 u16_t t2_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for rebind time */ member in struct:dhcp
/barrelfish-2018-10-04/include/lwip/lwip/
H A Ddhcp.h48 u16_t t2_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for rebind time */ member in struct:dhcp
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv4/
H A Ddhcp.c545 if (((dhcp->t2_timeout - dhcp->lease_used) / 2) >= ((60 + DHCP_COARSE_TIMER_SECS / 2) / DHCP_COARSE_TIMER_SECS))
547 dhcp->t1_renew_time = ((dhcp->t2_timeout - dhcp->lease_used) / 2);
1066 dhcp->t2_timeout = (u16_t)timeout;
1067 if (dhcp->t2_timeout == 0) {
1068 dhcp->t2_timeout = 1;
1071 dhcp->t2_rebind_time = dhcp->t2_timeout;
1075 if ((dhcp->t1_timeout >= dhcp->t2_timeout) && (dhcp->t2_timeout > 0)) {
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Ddhcp.c354 if (netif->dhcp->t2_timeout-- == 1) {
993 dhcp->t2_timeout = (u16_t) timeout;
994 if (dhcp->t2_timeout == 0) {
995 dhcp->t2_timeout = 1;

Completed in 40 milliseconds