Source code of Windows XP (NT5)
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
290 B

  1. #ifndef __IPKERN_ARP_H__
  2. #define __IPKERN_ARP_H__
  3. VOID
  4. HandleArp(
  5. LONG lNumArgs,
  6. PWCHAR rgpwszArgs[]
  7. );
  8. VOID
  9. PrintArp(
  10. LONG lNumArgs,
  11. PWCHAR rgpwszArgs[]
  12. );
  13. VOID
  14. FlushArp(
  15. LONG lNumArgs,
  16. PWCHAR rgpwszArgs[]
  17. );
  18. #endif // __IPKERN_ARP_H__