Searched refs:msg_in (Results 1 – 2 of 2) sorted by relevance
263 ip_addr_copy(dhcp->offered_ip_addr, dhcp->msg_in->yiaddr); in dhcp_handle_offer()546 ip_addr_copy(dhcp->offered_ip_addr, dhcp->msg_in->yiaddr); in dhcp_handle_ack()551 ip_addr_copy(dhcp->offered_si_addr, dhcp->msg_in->siaddr); in dhcp_handle_ack()671 LWIP_ASSERT("reply wasn't freed", dhcp->msg_in == NULL ); in dhcp_start()1242 LWIP_ASSERT("reply wasn't freed", dhcp->msg_in == NULL); in dhcp_stop()1354 dhcp->msg_in = (struct dhcp_msg *)p->payload; in dhcp_parse_reply()1553 LWIP_ASSERT("reply wasn't freed", dhcp->msg_in == NULL); in dhcp_recv()1629 dhcp->msg_in = NULL; in dhcp_recv()
36 struct dhcp_msg *msg_in; member
Completed in 6 milliseconds