Lines Matching refs:autoip
417 * autoip.c: fixed bug #49610 (sometimes AutoIP fails to reuse the same address)
511 * dhcp.h/c, autoip.h/.c: added functions dhcp/autoip_supplied_address() to
544 * netif.c, ip4.c, dhcp.c, autoip.c: fixed bug #37068 (netif up/down handling
547 ATTENTION: netif_set_up() now always has to be called, even when dhcp/autoip
1566 * ip_addr.h, etharp.h/.c, autoip.c: Create overridable macros for copying
1642 * dhcp.c/.h, autoip.c/.h: task #10139 (Prefer statically allocated
1643 memory): added autoip_set_struct() and dhcp_set_struct() to let autoip
1903 * autoip.c: Fixed bug #30039: AutoIP does not reuse previous addresses
2177 * autoip.c, dhcp.c, netif.c: patch #6725: Teach AutoIP and DHCP to respond
2285 * autoip.c: Fixed bug #27704: autoip starts with wrong address
2383 * autoip.c: checked in (slightly modified) patch #6683: Customizable AUTOIP
2756 * autoip.c, etharp.c: ip_addr.h: Integrate patch #6348: "Broadcast ARP packets
2757 in autoip". The change in etharp_raw could be removed, since all calls to
2941 * inet.c, autoip.c, msg_in.c, msg_out.c, init.c: Move some build time checkings
3107 * autoip.h, autoip.c, dhcp.h, dhcp.c, netif.h, netif.c, etharp.h, etharp.c, opt.h:
3534 * autoip.c: replace most of rand() calls by a macro LWIP_AUTOIP_RAND which compute
3535 a "pseudo-random" value based on netif's MAC and some autoip fields. It's always