Home
last modified time | relevance | path

Searched defs:dhcp_client (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Ddhcp.h208 struct dhcp_client { struct
209 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 …]
/device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/include/lwip/
Ddhcp.h211 struct dhcp_client { struct
212 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 …]