• Home
  • Raw
  • Download

Lines Matching refs:etharp

68   * ip_addr.h, etharp.h/.c, autoip.c: Create overridable macros for copying
83 * etharp.c: Speedup TX by moving code from find_entry to etharp_output/
92 * opt.h, etharp.c/.h: Added support for static ARP table entries
237 * opt.h, etharp.h/.c, init.c, tcpip.c: Added an additional option
251 * etharp.h/.c: Fixed broken VLAN support.
310 * etharp.c: Fixed bug #31720: ARP-queueing: RFC 1122 recommends to queue at
322 * etharp.c: Fixed bug #31722: IP packets sent with an AutoIP source addr
453 * opt.h, etharp.h: Fixed bug #29148 (Incorrect PBUF_POOL_BUFSIZE for ports
470 * etharp.c: Fixed bug #29087: etharp: don't send packets for LinkLocal-
508 * etharp.c/.h: Fixed ARP input processing: only add a new entry if a
513 * netif.h, etharp.c, tcpip.c: Fixed bug #28183 (ARP and TCP/IP cannot be
672 * opt.h, etharp.h/.c: task #9033: Support IEEE 802.1q tagged frame (VLAN),
951 * etharp.h, etharp.c, netif.c: fixed bug #26507: "Gratuitous ARP depends on
1134 * etharp.c (etharp_arp_input): Fix type aliasing problem copying ip address.
1258 * autoip.c, etharp.c: ip_addr.h: Integrate patch #6348: "Broadcast ARP packets
1298 * etharp.c, stats.c, stats.h, opt.h: Introduced ETHARP_STATS
1381 * tcpip.c, etharp.h, etharp.c: moved ethernet_input from tcpip.c to etharp.c so
1529 * pbuf.c, pbuf.h, etharp.c, tcp_in.c, sockets.c: Split pbuf flags in pbuf
1536 provided by etharp.
1540 etharp.c ethernetif.c, etharp.h, opt.h tcpip.h, tcpip.c:
1562 * etharp.h, etharp.c: Combined etharp_request with etharp_raw for both
1587 * etharp.c, etharp.h: Changed etharp to use a defined hardware address length
1609 * autoip.h, autoip.c, dhcp.h, dhcp.c, netif.h, netif.c, etharp.h, etharp.c, opt.h:
1615 * etharp.h, etharp.c, ethernetif.c: Modified order of parameters for
1675 * etharp.c: Introduced fast one-entry-cache to speed up ARP lookup when sending
1887 * etharp.c: Fixed bug: assert fired when MEMP_ARP_QUEUE was empty (which can
2019 * ipv4/ip.h, ipv6/ip.h, opt.h, netif.h, etharp.h, ipv4/ip.c, netif.c, raw.c,
2020 tcp_out.c, udp.c, etharp.c: Added option LWIP_NETIF_HWADDRHINT (default=off)
2164 * pbuf.c, pbuf.h, etharp.c: Further update to ARP queueing: Changed pbuf_copy()
2199 * etharp.c, pbuf.c, pbuf.h: 3rd fix for bug #11400 (arp-queuing): More pbufs than
2201 pbuf.c: removed functions no needed any more (by etharp).
2323 * memp.c: Fixed bug #11400: New etharp queueing introduced bug: memp_memory
2369 * etharp.c, etharp.h, memp.c, memp.h, opt.h: Fix BUG#11400 - don't corrupt
2382 * rawapi.txt: Fix documentation mismatch with etharp.h about etharp_tmr's call
2417 * etharp.{c,h}: added etharp_find_addr() to read
2447 * api_lib.c etharp.c, ip.c, memp.c, stats.c, sys.{c,h} tcp.h:
2531 * etharp.*: Disabled multiple packets on the ARP queue.
2535 * etharp.*: Fixed race condition from ARP request to ARP timeout.
2543 * etharp.c: ETHARP_CREATE is renamed to ETHARP_TRY_HARD.
2570 * etharp.c: Make sure the first pbuf queued on an ARP entry
2591 * etharp.c: Removed spurious semicolon and added missing end-of-comment.
2608 * etharp.c: Made some array indices unsigned.
2615 * etharp.c: In find_entry(), instead of a list traversal per candidate, do a
2621 * etharp.c: update_arp_entry() only adds new ARP entries when adviced to by
2627 * etharp.c: Applied patch of bug #8708 by Toni Mountifield with a solution
2634 * etharp.c: Fixed the case where the packet that initiates the ARP request
2655 * etharp.c has been hauled over a bit.