Home | History | Annotate | Download | only in lwip

Lines Matching full:autoip

68   * ip_addr.h, etharp.h/.c, autoip.c: Create overridable macros for copying
144 * dhcp.c/.h, autoip.c/.h: task #10139 (Prefer statically allocated
145 memory): added autoip_set_struct() and dhcp_set_struct() to let autoip
322 * etharp.c: Fixed bug #31722: IP packets sent with an AutoIP source addr
349 * dhcp.c: Once again fixed #30038: DHCP/AutoIP cooperation failed when
350 replugging the network cable after an AutoIP address was assigned.
405 * autoip.c: Fixed bug #30039: AutoIP does not reuse previous addresses
408 * dhcp.c: Fixed bug #30038: dhcp_network_changed doesn't reset AUTOIP coop
458 * netif.c, ipv4/ip.c: task #10241 (AutoIP: don't break existing connections
679 * autoip.c, dhcp.c, netif.c: patch #6725: Teach AutoIP and DHCP to respond
787 * autoip.c: Fixed bug #27704: autoip starts with wrong address
885 * autoip.c: checked in (slightly modified) patch #6683: Customizable AUTOIP
886 "seed" address. This should reduce AUTOIP conflicts if
999 DHCP/AUTOIP cooperation
1258 * autoip.c, etharp.c: ip_addr.h: Integrate patch #6348: "Broadcast ARP packets
1259 in autoip". The change in etharp_raw could be removed, since all calls to
1443 * inet.c, autoip.c, msg_in.c, msg_out.c, init.c: Move some build time checkings
1609 * autoip.h, autoip.c, dhcp.h, dhcp.c, netif.h, netif.c, etharp.h, etharp.c, opt.h:
1610 AutoIP implementation available for IPv4, with new options LWIP_AUTOIP and
2036 * autoip.c: replace most of rand() calls by a macro LWIP_AUTOIP_RAND which compute
2037 a "pseudo-random" value based on netif's MAC and some autoip fields. It's always