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

dhcp::offered_t2_rebind field

Syntax

u32_t offered_t2_rebind;

References

LocationReferrerText
dhcp.h:96
u32_t offered_t2_rebind; /* recommended rebind time (usually 87.5 of lease period) */
dhcp.c:634dhcp_handle_ack()
dhcp->offered_t2_rebind = dhcp_get_option_value(dhcp, DHCP_OPTION_IDX_T2);
dhcp.c:637dhcp_handle_ack()
dhcp->offered_t2_rebind = (dhcp->offered_t0_lease * 7U) / 8U;
dhcp.c:1083dhcp_bind()
if (dhcp->offered_t2_rebind != 0xffffffffUL) {
dhcp.c:1085dhcp_bind()
timeout = (dhcp->offered_t2_rebind + 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_t2_rebind
Functions reading dhcp::offered_t2_rebind
dhcp::offered_t2_rebind
all items filtered out
Type of dhcp::offered_t2_rebind
dhcp::offered_t2_rebind
all items filtered out