Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenetharp.c File Reference #include "lwip/opt.h"Go to the source code of this file. Detailed DescriptionAddress Resolution Protocol module for IP over Ethernet Functionally, ARP is divided into two parts. The first maps an IP address to a physical address when sending a packet, and the second part answers requests from other machines for our physical address. This implementation complies with RFC 826 (Ethernet ARP). It supports Gratuitious ARP from RFC3220 (IP Mobility Support for IPv4) section 4.6 if an interface calls etharp_gratuitous(our_netif) upon address change. Definition in file etharp.c. Generated on Sun May 27 2012 06:03:59 for ReactOS by
1.7.6.1
|