Address Resolution Protocol (ARP) UEFI DXE driver from AmiNetworkPkg. Implements EFI_ARP_SERVICE_BINDING_PROTOCOL and EFI_ARP_PROTOCOL for resolving IPv4 addresses to MAC addresses on managed network interfaces. Manages ARP cache entries (add, find, delete, flush), ARP frame transmission (requests/replies), timer-based cache aging/retry, and maintains pending/denied/used cache lists. Operates over the underlying MNP (Managed Network Protocol) child handle.
x86-64, UEFI DXE_DRIVER, VS2015 DEBUG, AmiNetworkPkg