Home
last modified time | relevance | path

Searched refs:offered_t1_renew (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/core/
Ddhcp.c526 dhcp->offered_t1_renew = dhcp_get_option_value(dhcp, DHCP_OPTION_IDX_T1); in dhcp_handle_ack()
529 dhcp->offered_t1_renew = dhcp->offered_t0_lease / 2; in dhcp_handle_ack()
934 if (dhcp->offered_t1_renew != 0xffffffffUL) { in dhcp_bind()
936 …DEBUG | LWIP_DBG_TRACE, ("dhcp_bind(): t1 renewal timer %"U32_F" secs\n", dhcp->offered_t1_renew)); in dhcp_bind()
937 timeout = (dhcp->offered_t1_renew + DHCP_COARSE_TIMER_SECS / 2) / DHCP_COARSE_TIMER_SECS; in dhcp_bind()
945 …WIP_DBG_STATE, ("dhcp_bind(): set request timeout %"U32_F" msecs\n", dhcp->offered_t1_renew*1000)); in dhcp_bind()
1195 dhcp->offered_t0_lease = dhcp->offered_t1_renew = dhcp->offered_t2_rebind = 0; in dhcp_release()
/external/syslinux/core/lwip/src/include/lwip/
Ddhcp.h58 u32_t offered_t1_renew; /* recommended renew time (usually 50% of lease period) */ member