Home
last modified time | relevance | path

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

/minix/minix/lib/liblwip/dist/src/include/lwip/
H A Ddhcp.h100 u32_t offered_t1_renew; /* recommended renew time (usually 50% of lease period) */ member
/minix/minix/lib/liblwip/dist/src/core/ipv4/
H A Ddhcp.c607 dhcp->offered_t1_renew = dhcp_get_option_value(dhcp, DHCP_OPTION_IDX_T1); in dhcp_handle_ack()
610 dhcp->offered_t1_renew = dhcp->offered_t0_lease / 2; in dhcp_handle_ack()
1043 if (dhcp->offered_t1_renew != 0xffffffffUL) { in dhcp_bind()
1045 …DEBUG | LWIP_DBG_TRACE, ("dhcp_bind(): t1 renewal timer %"U32_F" secs\n", dhcp->offered_t1_renew)); in dhcp_bind()
1046 timeout = (dhcp->offered_t1_renew + DHCP_COARSE_TIMER_SECS / 2) / DHCP_COARSE_TIMER_SECS; in dhcp_bind()
1054 …WIP_DBG_STATE, ("dhcp_bind(): set request timeout %"U32_F" msecs\n", dhcp->offered_t1_renew*1000)); in dhcp_bind()
1302 dhcp->offered_t0_lease = dhcp->offered_t1_renew = dhcp->offered_t2_rebind = 0; in dhcp_release_and_stop()