Lines Matching refs:ARP

92   * opt.h, etharp.c/.h: Added support for static ARP table entries
238 LWIP_ETHERNET to support ethernet without ARP (necessary for pure PPPoE)
310 * etharp.c: Fixed bug #31720: ARP-queueing: RFC 1122 recommends to queue at
499 * netif.c: Fixed bug #28877 (Duplicate ARP gratuitous packet with
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
516 device but prevents usage of ARP (so that ethernet_input can be used
951 * etharp.h, etharp.c, netif.c: fixed bug #26507: "Gratuitous ARP depends on
1258 * autoip.c, etharp.c: ip_addr.h: Integrate patch #6348: "Broadcast ARP packets
1675 * etharp.c: Introduced fast one-entry-cache to speed up ARP lookup when sending
1715 device, and we can use ARP with it to do a "gratuitous ARP" (RFC 3220 "IP Mobility
1719 * opt.h, tcpip.c: New configuration option LWIP_ARP allow to disable ARP init at build
2021 to cache ARP table indices with each pcb instead of single-entry cache for
2164 * pbuf.c, pbuf.h, etharp.c: Further update to ARP queueing: Changed pbuf_copy()
2341 Allow to do ARP processing for incoming packets inside tcpip_thread
2342 (protecting ARP layer against concurrent access). You can also disable
2370 existing pbuf chain when enqueuing multiple pbufs to a pending ARP request
2418 (stable) ethernet/IP address pair from ARP table
2531 * etharp.*: Disabled multiple packets on the ARP queue.
2535 * etharp.*: Fixed race condition from ARP request to ARP timeout.
2536 Halved the ARP period, doubled the period counts.
2539 too little time for ARP responses to be received).
2570 * etharp.c: Make sure the first pbuf queued on an ARP entry
2620 * opt.h: ETHARP_ALWAYS_INSERT option removed to comply with ARP RFC.
2621 * etharp.c: update_arp_entry() only adds new ARP entries when adviced to by
2634 * etharp.c: Fixed the case where the packet that initiates the ARP request
2636 address is already known; we now always queue the packet and perform an ARP
2662 * Packets sent from ARP queue had invalid source hardware address.
2666 * Pass-by ARP requests do now update the cache.
2706 * ARP queueuing now queues the latest packet instead of the first.
2815 * ARP timer now implemented.
2839 * ARP requests had wrong destination hardware address.
2878 * Experimental ARP implementation added.