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

dhcp::offered_t1_renew field

Syntax

u32_t offered_t1_renew;

References

LocationReferrerText
dhcp.h:95
u32_t offered_t1_renew; /* recommended renew time (usually 50% of lease period) */
dhcp.c:625dhcp_handle_ack()
dhcp->offered_t1_renew = dhcp_get_option_value(dhcp, DHCP_OPTION_IDX_T1);
dhcp.c:628dhcp_handle_ack()
dhcp->offered_t1_renew = dhcp->offered_t0_lease / 2;
dhcp.c:1068dhcp_bind()
if (dhcp->offered_t1_renew != 0xffffffffUL) {
dhcp.c:1071dhcp_bind()
timeout = (dhcp->offered_t1_renew + DHCP_COARSE_TIMER_SECS / 2) / DHCP_COARSE_TIMER_SECS;
dhcp.c:1344dhcp_release_and_stop()
dhcp->offered_t0_lease = dhcp->offered_t1_renew = dhcp->offered_t2_rebind = 0;

Data Use

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