Lines Matching full:period
52 /** period (in seconds) of the application calling dhcp_coarse_tmr() */
54 /** period (in milliseconds) of the application calling dhcp_coarse_tmr() */
56 /** period (in milliseconds) of the application calling dhcp_fine_tmr() */
87 u16_t request_timeout; /* #ticks with period DHCP_FINE_TIMER_SECS for request timeout */
88 u16_t t1_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for renewal time */
89 u16_t t2_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for rebind time */
90 u16_t t1_renew_time; /* #ticks with period DHCP_COARSE_TIMER_SECS until next renew try */
91 u16_t t2_rebind_time; /* #ticks with period DHCP_COARSE_TIMER_SECS until next rebind try */
92 u16_t lease_used; /* #ticks with period DHCP_COARSE_TIMER_SECS since last received DHCP ack */
93 u16_t t0_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for lease time */
99 u32_t offered_t0_lease; /* lease period (in seconds) */
100 u32_t offered_t1_renew; /* recommended renew time (usually 50% of lease period) */
101 u32_t offered_t2_rebind; /* recommended rebind time (usually 87.5 of lease period) */