Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
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()
/lib/liblwip/src/include/lwip/
Ddhcp.h36 struct dhcp_msg *msg_in; member
/lib/liblwip/
DCHANGELOG125 * msg_in.c, msg_out.c: fixed bug #35536 SNMP: error too big response is malformed
674 * msg_in.c: Fixed SNMP ASN constant defines to not use ! operator
882 * snmp_structs.h, msg_in.c: Partly fixed bug #22070 (MIB_OBJECT_WRITE_ONLY
1280 * msg_in.c: fixed bug #25636: SNMPSET value is ignored for integer fields
1334 * dhcp.c: task #9192: mem_free of dhcp->options_in and dhcp->msg_in
1742 * inet.c, autoip.c, msg_in.c, msg_out.c, init.c: Move some build time checkings
2000 * arch.h, api_msg.c, dhcp.c, msg_in.c, sockets.c: Introduced #define LWIP_UNUSED_ARG(x)
2024 * stats.h, stats.c, msg_in.c: Stats counters can be change to u32_t if necessary with the
2028 but never used. Fix msg_in.c with the correct #if test for a stat display.
2057 * snmp_msg.h, msg_in.c: SNMP UDP ports can be configured at compile time.