Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / KernelLand / Modules / IPStack / hwaddr_cache.h
1 /*
2  */
3 #ifndef _HWADDR_CACHE_H_
4 #define _HWADDR_CACHE_H_
5
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);
8
9
10 extern void     ARP_Request4(tInterface *Interface, tIPv4 Address);
11 extern void     ICMPv6_RequestND(tInterface *Interface, const tIPv6 *Address);
12
13 #endif
14

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