Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Ddhcp.h57 u32_t offered_t0_lease; /* lease period (in seconds) */ member
/lib/liblwip/src/core/
Ddhcp.c525 dhcp->offered_t0_lease = dhcp_get_option_value(dhcp, DHCP_OPTION_IDX_LEASE_TIME); in dhcp_handle_ack()
533 dhcp->offered_t1_renew = dhcp->offered_t0_lease / 2; in dhcp_handle_ack()
542 dhcp->offered_t2_rebind = dhcp->offered_t0_lease; in dhcp_handle_ack()
1185 dhcp->offered_t0_lease = dhcp->offered_t1_renew = dhcp->offered_t2_rebind = 0; in dhcp_release()