Searched defs:dhcp_client (Results 1 – 2 of 2) sorted by relevance
208 struct dhcp_client { struct209 u16_t t0_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for lease time */210 u16_t t1_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for renewal time */211 u16_t t2_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for rebind time */212 …server_ip_addr; /* dhcp server address that offered this lease (ip_addr_t because passed to UDP) */213 u8_t subnet_mask_given;214 ip4_addr_t offered_sn_mask;215 ip4_addr_t offered_gw_addr;216 ip4_addr_t relay_ip;217 u32_t offered_t0_lease; /* lease period (in seconds) */[all …]
211 struct dhcp_client { struct212 u16_t t0_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for lease time */213 u16_t t1_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for renewal time */214 u16_t t2_timeout; /* #ticks with period DHCP_COARSE_TIMER_SECS for rebind time */215 …server_ip_addr; /* dhcp server address that offered this lease (ip_addr_t because passed to UDP) */216 u8_t subnet_mask_given;217 ip4_addr_t offered_sn_mask;218 ip4_addr_t offered_gw_addr;219 ip4_addr_t relay_ip;220 u32_t offered_t0_lease; /* lease period (in seconds) */[all …]