Leaked source code of windows server 2003
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.

40 lines
557 B

  1. #ifndef __IPKERN_ROUTE_H__
  2. #define __IPKERN_ROUTE_H__
  3. VOID
  4. HandleRoute(
  5. LONG lNumArgs,
  6. PWCHAR rgpwszArgs[]
  7. );
  8. VOID
  9. PrintRoute(
  10. LONG lNumArgs,
  11. PWCHAR rgpwszArgs[]
  12. );
  13. VOID
  14. AddRoute(
  15. LONG lNumArgs,
  16. PWCHAR rgpwszArgs[]
  17. );
  18. VOID
  19. DeleteRoute(
  20. LONG lNumArgs,
  21. PWCHAR rgpwszArgs[]
  22. );
  23. VOID
  24. MatchRoute(
  25. LONG lNumArgs,
  26. PWCHAR rgpwszArgs[]
  27. );
  28. VOID
  29. EnableRoute(
  30. LONG lNumArgs,
  31. PWCHAR rgpwszArgs[]
  32. );
  33. #endif // __IPKERN_ROUTE_H__