3 #ifndef _HWADDR_CACHE_H_
4 #define _HWADDR_CACHE_H_
6 extern tMacAddr HWCache_Resolve(tInterface *Interface, const void *L2Addr);
7 extern void HWCache_Set(tAdapter *Adapter, int AddrType, const void *L2Addr, const tMacAddr *HWAddr);
10 extern void ARP_Request4(tInterface *Interface, tIPv4 Address);
11 extern void ICMPv6_RequestND(tInterface *Interface, const tIPv6 *Address);