You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
313 B
23 lines
313 B
#ifndef __IPKERN_ARP_H__
|
|
#define __IPKERN_ARP_H__
|
|
|
|
|
|
VOID
|
|
HandleArp(
|
|
LONG lNumArgs,
|
|
PWCHAR rgpwszArgs[]
|
|
);
|
|
|
|
VOID
|
|
PrintArp(
|
|
LONG lNumArgs,
|
|
PWCHAR rgpwszArgs[]
|
|
);
|
|
|
|
VOID
|
|
FlushArp(
|
|
LONG lNumArgs,
|
|
PWCHAR rgpwszArgs[]
|
|
);
|
|
|
|
#endif // __IPKERN_ARP_H__
|