Home
last modified time | relevance | path

Searched refs:msg_in (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/lib/lwip/core/
A Ddhcp.c263 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()
/lk-master/external/lib/lwip/include/lwip/
A Ddhcp.h36 struct dhcp_msg *msg_in; member

Completed in 6 milliseconds