dhcp::t1_renew_time is only used within LwIP.
 
Symbols
loading...
Files
loading...

dhcp::t1_renew_time field

Syntax

u16_t t1_renew_time;

References

LocationReferrerText
dhcp.h:85
u16_t t1_renew_time; /* #ticks with period DHCP_COARSE_TIMER_SECS until next renew try */
dhcp.c:451dhcp_coarse_tmr()
} else if (dhcp->t1_renew_time && (dhcp->t1_renew_time-- == 1)) {
dhcp.c:562dhcp_t1_timeout()
dhcp->t1_renew_time = (u16_t)((dhcp->t2_timeout - dhcp->lease_used) / 2);
dhcp.c:1080dhcp_bind()
dhcp->t1_renew_time = dhcp->t1_timeout;
dhcp.c:1345dhcp_release_and_stop()
dhcp->t1_renew_time = dhcp->t2_rebind_time = dhcp->lease_used = dhcp->t0_timeout = 0;

Data Use

Functions writing dhcp::t1_renew_time
Functions reading dhcp::t1_renew_time
dhcp::t1_renew_time
all items filtered out
Type of dhcp::t1_renew_time
dhcp::t1_renew_time
all items filtered out