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

/barrelfish-2018-10-04/include/lwip2/lwip/
H A Ddhcp.h88 u16_t t1_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for renewal time */ member in struct:dhcp
/barrelfish-2018-10-04/include/lwip/lwip/
H A Ddhcp.h47 u16_t t1_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for renewal time */ member in struct:dhcp
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv4/
H A Ddhcp.c1052 dhcp->t1_timeout = (u16_t)timeout;
1053 if (dhcp->t1_timeout == 0) {
1054 dhcp->t1_timeout = 1;
1057 dhcp->t1_renew_time = dhcp->t1_timeout;
1075 if ((dhcp->t1_timeout >= dhcp->t2_timeout) && (dhcp->t2_timeout > 0)) {
1076 dhcp->t1_timeout = 0;
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Ddhcp.c360 } else if (netif->dhcp->t1_timeout-- == 1) {
974 dhcp->t1_timeout = (u16_t) timeout;
975 if (dhcp->t1_timeout == 0) {
976 dhcp->t1_timeout = 1;

Completed in 54 milliseconds