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

dhcp::t1_timeout field

Syntax

u16_t t1_timeout;

References

LocationReferrerText
dhcp.h:83
u16_t t1_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for renewal time */
dhcp.c:1075dhcp_bind()
dhcp->t1_timeout = (u16_t)timeout;
dhcp.c:1076dhcp_bind()
if (dhcp->t1_timeout == 0) {
dhcp.c:1077dhcp_bind()
dhcp->t1_timeout = 1;
dhcp.c:1080dhcp_bind()
dhcp->t1_renew_time = dhcp->t1_timeout;
dhcp.c:1098dhcp_bind()
if ((dhcp->t1_timeout >= dhcp->t2_timeout) && (dhcp->t2_timeout > 0)) {
dhcp.c:1099dhcp_bind()
dhcp->t1_timeout = 0;

Data Use

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