Searched refs:msg_in (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/core/lwip/src/core/ |
D | dhcp.c | 249 ip_addr_copy(dhcp->offered_ip_addr, dhcp->msg_in->yiaddr); in dhcp_handle_offer() 542 ip_addr_copy(dhcp->offered_ip_addr, dhcp->msg_in->yiaddr); in dhcp_handle_ack() 547 ip_addr_copy(dhcp->offered_si_addr, dhcp->msg_in->siaddr); in dhcp_handle_ack() 667 LWIP_ASSERT("reply wasn't freed", dhcp->msg_in == NULL ); in dhcp_start() 1252 LWIP_ASSERT("reply wasn't freed", dhcp->msg_in == NULL); in dhcp_stop() 1341 dhcp->msg_in = (struct dhcp_msg *)p->payload; in dhcp_parse_reply() 1533 LWIP_ASSERT("reply wasn't freed", dhcp->msg_in == NULL); in dhcp_recv() 1609 dhcp->msg_in = NULL; in dhcp_recv()
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | dhcp.h | 36 struct dhcp_msg *msg_in; member
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 375 * msg_in.c: Fixed SNMP ASN constant defines to not use ! operator 583 * snmp_structs.h, msg_in.c: Partly fixed bug #22070 (MIB_OBJECT_WRITE_ONLY 981 * msg_in.c: fixed bug #25636: SNMPSET value is ignored for integer fields 1035 * dhcp.c: task #9192: mem_free of dhcp->options_in and dhcp->msg_in 1443 * inet.c, autoip.c, msg_in.c, msg_out.c, init.c: Move some build time checkings 1701 * arch.h, api_msg.c, dhcp.c, msg_in.c, sockets.c: Introduced #define LWIP_UNUSED_ARG(x) 1725 * stats.h, stats.c, msg_in.c: Stats counters can be change to u32_t if necessary with the 1729 but never used. Fix msg_in.c with the correct #if test for a stat display. 1758 * snmp_msg.h, msg_in.c: SNMP UDP ports can be configured at compile time.
|