Lines Matching refs:dhcp
53 * dhcp.c: DHCP uses LWIP_RAND() for xid's (bug #30302)
83 * dhcp.c: patch #7843 Fix corner case with dhcp timeouts
86 * dhcp.c: patch #7840 Segfault in dhcp_parse_reply if no end marker in dhcp packet
146 * dhcp.c: fixed bug #35151: DHCP asserts on incoming option lengths
221 * dhcp.c: fixed bug #34406 dhcp_option_hostname() can overflow the pbuf
271 * dhcp.c: fixed bug #34122 dhcp: hostname can overflow
323 * dhcp.c/.h: Added a function to deallocate the struct dhcp from a netif
443 * dhcp.c/.h, autoip.c/.h: task #10139 (Prefer statically allocated
445 and dhcp work with user-allocated structs instead of callin mem_malloc
486 * dhcp.h, dhcp.c: Reworked the code that parses DHCP options: parse
648 * dhcp.c: Once again fixed #30038: DHCP/AutoIP cooperation failed when
701 * dhcp.c: Fixed bug #29970: DHCP endian issue parsing option responses
707 * dhcp.c: Fixed bug #30038: dhcp_network_changed doesn't reset AUTOIP coop
773 * dhcp.c: Fixed bug #29072: Correctly set ciaddr based on message-type
978 * autoip.c, dhcp.c, netif.c: patch #6725: Teach AutoIP and DHCP to respond
1065 * dhcp.c/.h: Minor code simplification (don't store received pbuf, change
1070 * dhcp.c: Removed most calls to udp_connect since they aren't necessary
1103 * dhcp.c: fixed invalid dependency to etharp_query if DHCP_DOES_ARP_CHECK==0
1157 * dhcp.c: patch #6763: Global DHCP XID can be redefined to something more unique
1269 * dhcp.c, netbios.c: Changes if IP_SOF_BROADCAST is enabled.
1297 * dhcp.c: patch #6721, bugs #25575, #25576: Some small fixes to DHCP and
1334 * dhcp.c: task #9192: mem_free of dhcp->options_in and dhcp->msg_in
1344 * dhcp.c: patch #6764: DHCP rebind and renew did not send hostnam option;
1398 * dhcp.c: fixed bug #25345 (DHCPDECLINE is sent with "Maximum message size"
1402 * dhcp.c: fixed bug #24480 (releasing old udp_pdb and pbuf in dhcp_start)
1480 * dhcp.c: fixed bug #22804: dhcp_stop doesn't clear NETIF_FLAG_DHCP
1600 * dhcp.c: dhcp_unfold_reply() uses pbuf_copy_partial instead of its own copy
1630 * opt.h, init.c, tcpip.c, dhcp.c, dns.h, dns.c: add DNS client for simple name
1908 * autoip.h, autoip.c, dhcp.h, dhcp.c, netif.h, netif.c, etharp.h, etharp.c, opt.h:
1993 allow to use thread-safe functions to add/remove netif in list, and to start/stop dhcp
2000 * arch.h, api_msg.c, dhcp.c, msg_in.c, sockets.c: Introduced #define LWIP_UNUSED_ARG(x)
2005 * opt.h, netif.h, dhcp.h, dhcp.c: New configuration option LWIP_NETIF_HOSTNAME allow to
2119 * dhcp.c: fix bug #19927: "DHCP NACK problem" by clearing any existing set IP
2155 to netif->dhcp->pcb only (if that exists) and not to any other pcb for the same
2168 * udp.h, udp.c, dhcp.c: Implemented new function udp_sendto_if which takes the
2626 * tcpip.c: Initialize dhcp timers in tcpip_thread (if LWIP_DHCP) to protect
2740 * dhcp.c: Fixed false triggers of request_timeout.
2841 * dhcp.c: Decline messages were not multicast but unicast.
2911 * dhcp.c: Changes to restart program flow.
3060 * netif's have a dhcp field that must be initialized to NULL by the driver.