Searched defs:dhcps (Results 1 – 5 of 5) sorted by relevance
261 struct dhcps { struct262 struct udp_pcb *pcb;263 struct dyn_lease_addr leasearr[LWIP_DHCPS_MAX_LEASE];264 u8_t pcb_allocated;265 u8_t lease_num;266 struct netif *netif;267 ip4_addr_t start_addr;268 ip4_addr_t end_addr;270 struct pbuf *p_in; /* pbuf of incoming msg */
519 struct dhcps *dhcps; member
626 wifi_lwip_dhcps_t dhcps; in flash_wifi_lwip_dhcps_read() local638 wifi_lwip_dhcps_t dhcps; in flash_wifi_lwip_dhcps_write() local
92 wifi_lwip_dhcps_t dhcps; member
38 struct dhcp_server_data dhcps; variable