更新日期: 2022/06/01 来源: https://gitee.com/weharmony/kernel_liteos_a_note
dhcps结构体 参考

成员变量

struct dhcp dhcp
 
struct udp_pcb * pcb
 
struct dyn_lease_addr leasearr [LWIP_DHCPS_MAX_LEASE]
 
u8_t pcb_allocated
 
u8_t lease_num
 
struct netif * netif
 
ip4_addr_t start_addr
 
ip4_addr_t end_addr
 

详细描述

在文件 dhcps.c83 行定义.

结构体成员变量说明

◆ dhcp

struct dhcp dhcps::dhcp

在文件 dhcps.c84 行定义.

◆ end_addr

ip4_addr_t dhcps::end_addr

在文件 dhcps.c91 行定义.

◆ lease_num

u8_t dhcps::lease_num

在文件 dhcps.c88 行定义.

◆ leasearr

struct dyn_lease_addr dhcps::leasearr[LWIP_DHCPS_MAX_LEASE]

在文件 dhcps.c86 行定义.

◆ netif

struct netif* dhcps::netif

在文件 dhcps.c89 行定义.

◆ pcb

struct udp_pcb* dhcps::pcb

在文件 dhcps.c85 行定义.

◆ pcb_allocated

u8_t dhcps::pcb_allocated

在文件 dhcps.c87 行定义.

◆ start_addr

ip4_addr_t dhcps::start_addr

在文件 dhcps.c90 行定义.


该结构体的文档由以下文件生成: