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

dhcp::offered_t0_lease field

Syntax

u32_t offered_t0_lease;

References

LocationReferrerText
dhcp.h:94
u32_t offered_t0_lease; /* lease period (in seconds) */
dhcp.c:620dhcp_handle_ack()
dhcp->offered_t0_lease = dhcp_get_option_value(dhcp, DHCP_OPTION_IDX_LEASE_TIME);
dhcp.c:628dhcp_handle_ack()
dhcp->offered_t1_renew = dhcp->offered_t0_lease / 2;
dhcp.c:637dhcp_handle_ack()
dhcp->offered_t2_rebind = (dhcp->offered_t0_lease * 7U) / 8U;
dhcp.c:1053dhcp_bind()
if (dhcp->offered_t0_lease != 0xffffffffUL) {
dhcp.c:1056dhcp_bind()
timeout = (dhcp->offered_t0_lease + 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_t0_lease
Functions reading dhcp::offered_t0_lease
dhcp::offered_t0_lease
all items filtered out
Type of dhcp::offered_t0_lease
dhcp::offered_t0_lease
all items filtered out