Modules/IPStack - Abstract HW addr cache, IPv6 TX (no ND yet)
[tpg/acess2.git] / KernelLand / Modules / IPStack / hwaddr_cache.h
diff --git a/KernelLand/Modules/IPStack/hwaddr_cache.h b/KernelLand/Modules/IPStack/hwaddr_cache.h
new file mode 100644 (file)
index 0000000..1f6218b
--- /dev/null
@@ -0,0 +1,14 @@
+/*
+ */
+#ifndef _HWADDR_CACHE_H_
+#define _HWADDR_CACHE_H_
+
+extern tMacAddr        HWCache_Resolve(tInterface *Interface, const void *L2Addr);
+extern void    HWCache_Set(tAdapter *Adapter, int AddrType, const void *L2Addr, const tMacAddr *HWAddr);
+
+
+extern void    ARP_Request4(tInterface *Interface, tIPv4 Address);
+extern void    ICMPv6_RequestND(tInterface *Interface, const tIPv6 *Address);
+
+#endif
+

UCC git Repository :: git.ucc.asn.au