Searched refs:msg_in (Results 1 – 3 of 3) sorted by relevance
/third_party/lwip/src/core/ipv4/ |
D | dhcp.c | 338 dhcp_handle_offer(struct netif *netif, struct dhcp_msg *msg_in) in dhcp_handle_offer() argument 352 ip4_addr_copy(dhcp->offered_ip_addr, msg_in->yiaddr); in dhcp_handle_offer() 672 dhcp_handle_ack(struct netif *netif, struct dhcp_msg *msg_in) argument 714 ip4_addr_copy(dhcp->offered_ip_addr, msg_in->yiaddr); 719 ip4_addr_copy(dhcp->offered_si_addr, msg_in->siaddr); 1585 struct dhcp_msg *msg_in; local 1598 msg_in = (struct dhcp_msg *)p->payload; 1708 LWIP_HOOK_DHCP_PARSE_OPTION(ip_current_netif(), dhcp, dhcp->state, msg_in, 1830 struct dhcp_msg *msg_in; local 1888 msg_in = (struct dhcp_msg *)p->payload; [all …]
|
/third_party/lwip/src/core/ipv6/ |
D | dhcp6.c | 622 struct dhcp6_msg *msg_in; in dhcp6_parse_reply() local 628 msg_in = (struct dhcp6_msg *)p->payload; in dhcp6_parse_reply() 689 LWIP_HOOK_DHCP6_PARSE_OPTION(ip_current_netif(), dhcp6, dhcp6->state, msg_in, in dhcp6_parse_reply() 690 msg_in->msgtype, op, len, q, val_offset); in dhcp6_parse_reply()
|
/third_party/lwip/ |
D | CHANGELOG | 124 * Clean up DHCP a bit: no need keep msg_out and msg_in as members in struct 844 * snmp_msg.h, msg_in.c: fixed bug #43790: Sending octet string of Length >255 954 * msg_in.c: fixed bug #22070 "MIB_OBJECT_WRITE_ONLY not implemented in SNMP" 1020 * msg_in.c: fixed bug #39355 SNMP Memory Leak in case of error 1324 * msg_in.c, msg_out.c: fixed bug #35536 SNMP: error too big response is malformed 1873 * msg_in.c: Fixed SNMP ASN constant defines to not use ! operator 2081 * snmp_structs.h, msg_in.c: Partly fixed bug #22070 (MIB_OBJECT_WRITE_ONLY 2479 * msg_in.c: fixed bug #25636: SNMPSET value is ignored for integer fields 2533 * dhcp.c: task #9192: mem_free of dhcp->options_in and dhcp->msg_in 2941 * inet.c, autoip.c, msg_in.c, msg_out.c, init.c: Move some build time checkings [all …]
|