Searched refs:client_msg (Results 1 – 1 of 1) sorted by relevance
| /kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
| D | dhcps.c | 110 LWIP_STATIC struct pbuf *dhcps_create_base_msg(struct dhcp_msg *client_msg); 112 …P_STATIC void add_client_entry(struct dhcps *dhcps, unsigned int idx, struct dhcp_msg *client_msg); 114 …_STATIC struct dyn_lease_addr *find_client_lease(struct dhcps *dhcps, struct dhcp_msg *client_msg); 115 LWIP_STATIC ip4_addr_t validate_discover(struct dhcps *dhcps, struct dhcp_msg *client_msg, 117 …_STATIC void handle_discover(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_msg, 119 LWIP_STATIC ip4_addr_t validate_request_message(struct netif *netif, struct dhcp_msg *client_msg, 121 …P_STATIC void handle_request(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_msg, 123 …P_STATIC void handle_decline(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_msg, 125 …P_STATIC void handle_inform(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_msg); 127 … struct dhcp_msg *client_msg, ip4_addr_t serverid, u8_t msg_type); [all …]
|