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.

43 lines
820 B

  1. /*++
  2. Copyright (c) 1999, Microsoft Corporation
  3. Module Name:
  4. net\routing\netsh\ip\protocols\msdphlp.h
  5. Abstract:
  6. MSDP Command dispatcher declarations
  7. Author:
  8. Peeyush Ranjan (peeyushr) 1-Mar-1999
  9. Revision History:
  10. --*/
  11. #ifndef _NETSH_MSDPHLP_H_
  12. #define _NETSH_MSDPHLP_H_
  13. extern CMD_ENTRY g_MsdpAddCmdTable[];
  14. extern CMD_ENTRY g_MsdpDelCmdTable[];
  15. extern CMD_ENTRY g_MsdpSetCmdTable[];
  16. extern CMD_ENTRY g_MsdpShowCmdTable[];
  17. extern CMD_GROUP_ENTRY g_MsdpCmdGroupTable[];
  18. extern ULONG g_MsdpCmdGroupCount;
  19. extern CMD_ENTRY g_MsdpTopCmdTable[];
  20. extern ULONG g_MsdpTopCmdCount;
  21. NS_CONTEXT_DUMP_FN MsdpDump;
  22. extern VALUE_STRING MsdpEncapsStringArray[];
  23. extern VALUE_TOKEN MsdpEncapsTokenArray[];
  24. #define MSDP_ENCAPS_SIZE 1
  25. #endif // _NETSH_MSDPHLP_H_