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.

39 lines
769 B

  1. /*++
  2. Copyright (c) 1999, Microsoft Corporation
  3. Module Name:
  4. net\routing\netsh\ip\protocols\vrrpopt.h
  5. Abstract:
  6. VRRP Command dispatcher declarations
  7. Author:
  8. Peeyush Ranjan (peeyushr) 1-Mar-1999
  9. Revision History:
  10. --*/
  11. #ifndef _NETSH_VRRPHLPOPT_H_
  12. #define _NETSH_VRRPHLPOPT_H_
  13. FN_HANDLE_CMD HandleVrrpAddVRID;
  14. FN_HANDLE_CMD HandleVrrpAddInterface;
  15. FN_HANDLE_CMD HandleVrrpDeleteInterface;
  16. FN_HANDLE_CMD HandleVrrpDeleteVRID;
  17. FN_HANDLE_CMD HandleVrrpSetInterface;
  18. FN_HANDLE_CMD HandleVrrpSetGlobal;
  19. FN_HANDLE_CMD HandleVrrpShowGlobal;
  20. FN_HANDLE_CMD HandleVrrpShowInterface;
  21. FN_HANDLE_CMD HandleVrrpInstall;
  22. FN_HANDLE_CMD HandleVrrpUninstall;
  23. DWORD
  24. DumpVrrpInformation(VOID);
  25. #endif // _NETSH_VRRPHLPOPT_H_