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.

34 lines
629 B

  1. /*++
  2. Copyright (c) 1999, Microsoft Corporation
  3. Module Name:
  4. net\routing\netsh\ip\protocols\vrrpopt.h
  5. Abstract:
  6. MSDP Command dispatcher declarations
  7. Author:
  8. Dave Thaler (dthaler) 21-May-1999
  9. Revision History:
  10. --*/
  11. #ifndef _NETSH_MSDPOPT_H_
  12. #define _NETSH_MSDPOPT_H_
  13. FN_HANDLE_CMD HandleMsdpAddPeer;
  14. FN_HANDLE_CMD HandleMsdpDeletePeer;
  15. FN_HANDLE_CMD HandleMsdpSetPeer;
  16. FN_HANDLE_CMD HandleMsdpShowPeer;
  17. FN_HANDLE_CMD HandleMsdpSetGlobal;
  18. FN_HANDLE_CMD HandleMsdpShowGlobal;
  19. FN_HANDLE_CMD HandleMsdpInstall;
  20. FN_HANDLE_CMD HandleMsdpUninstall;
  21. #endif // _NETSH_MSDPOPT_H_