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() */
82 u16_t request_timeout; /* #ticks with period DHCP_FINE_TIMER_SECS for request timeout */
83 u16_t t1_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for renewal time */
84 u16_t t2_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for rebind time */
85 u16_t t1_renew_time; /* #ticks with period DHCP_COARSE_TIMER_SECS until next renew try */
86 u16_t t2_rebind_time; /* #ticks with period DHCP_COARSE_TIMER_SECS until next rebind try */
87 u16_t lease_used; /* #ticks with period DHCP_COARSE_TIMER_SECS since last received DHCP ack */
88 u16_t t0_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for lease time */
94 u32_t offered_t0_lease; /* lease period (in seconds) */
95 u32_t offered_t1_renew; /* recommended renew time (usually 50% of lease period) */
96 u32_t offered_t2_rebind; /* recommended rebind time (usually 87.5 of lease period) */