Lines Matching refs:autoip
367 * ip_addr.h, etharp.h/.c, autoip.c: Create overridable macros for copying
443 * dhcp.c/.h, autoip.c/.h: task #10139 (Prefer statically allocated
444 memory): added autoip_set_struct() and dhcp_set_struct() to let autoip
704 * autoip.c: Fixed bug #30039: AutoIP does not reuse previous addresses
978 * autoip.c, dhcp.c, netif.c: patch #6725: Teach AutoIP and DHCP to respond
1086 * autoip.c: Fixed bug #27704: autoip starts with wrong address
1184 * autoip.c: checked in (slightly modified) patch #6683: Customizable AUTOIP
1557 * autoip.c, etharp.c: ip_addr.h: Integrate patch #6348: "Broadcast ARP packets
1558 in autoip". The change in etharp_raw could be removed, since all calls to
1742 * inet.c, autoip.c, msg_in.c, msg_out.c, init.c: Move some build time checkings
1908 * autoip.h, autoip.c, dhcp.h, dhcp.c, netif.h, netif.c, etharp.h, etharp.c, opt.h:
2335 * autoip.c: replace most of rand() calls by a macro LWIP_AUTOIP_RAND which compute
2336 a "pseudo-random" value based on netif's MAC and some autoip fields. It's always