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.

57 lines
1.3 KiB

  1. /************************************************************************\
  2. *
  3. * MODULE: exts.h
  4. *
  5. * DESCRIPTION: macro driving file for use with stdexts.h and stdexts.c.
  6. *
  7. * Copyright (c) 6/9/1995, Microsoft Corporation
  8. *
  9. * 6/9/1995 SanfordS Created
  10. *
  11. \************************************************************************/
  12. DOIT( help
  13. ,"help -v [cmd] - Displays this list or gives details on command\n"
  14. ," help - To dump short help text on all commands.\n"
  15. " help -v - To dump long help text on all commands.\n"
  16. " help cmd - To dump long help on given command.\n"
  17. ,"v"
  18. ,CUSTOM)
  19. DOIT( global
  20. ,"global - Dumps IPSEC global.\n"
  21. ,""
  22. ,""
  23. ,CUSTOM)
  24. DOIT( mfl
  25. ,"mfl - Dumps all masked filters.\n"
  26. ,""
  27. ,""
  28. ,CUSTOM)
  29. DOIT( tfl
  30. ,"tfl - Dumps all tunnel filters.\n"
  31. ,""
  32. ,""
  33. ,CUSTOM)
  34. DOIT( sas
  35. ,"sas - Dumps all security associations.\n"
  36. ,""
  37. ,""
  38. ,CUSTOM)
  39. DOIT( tsas
  40. ,"tsas - Dumps all tunnel security associations.\n"
  41. ,""
  42. ,""
  43. ,CUSTOM)
  44. DOIT( larvalsas
  45. ,"larvalsas - Dumps all larval security associations.\n"
  46. ,""
  47. ,""
  48. ,CUSTOM)
  49.