Searched defs:dhcp_state (Results 1 – 1 of 1) sorted by relevance
191 struct dhcp_state { struct193 u8_t xid;195 u8_t tries;196 u16_t lease_used; /* #ticks with period DHCP_COARSE_TIMER_SECS since last received DHCP ack */197 u16_t request_timeout; /* #ticks with period DHCP_FINE_TIMER_SECS for request timeout */198 u16_t re_time; /* #ticks with period DHCP_COARSE_TIMER_SECS until next renew/rebind try */200 u8_t state: 4;201 u8_t hwaddr_len: 4;203 dhcp_num_t idx;205 dhcp_num_t offered_ip_addr;