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.

23 lines
593 B

  1. //=============================================================================
  2. // Copyright (c) 2002 Microsoft Corporation
  3. // File: isatap.h
  4. //
  5. // Author: Dave Thaler (dthaler) 1-23-02
  6. //=============================================================================
  7. #ifndef __ISATAP_H
  8. #define __ISATAP_H
  9. NS_HELPER_START_FN IsatapStartHelper;
  10. NS_CONTEXT_DUMP_FN IsatapDump;
  11. FN_HANDLE_CMD IsatapHandleReset;
  12. FN_HANDLE_CMD IsatapHandleSetState;
  13. FN_HANDLE_CMD IsatapHandleSetRouter;
  14. FN_HANDLE_CMD IsatapHandleShowState;
  15. FN_HANDLE_CMD IsatapHandleShowRouter;
  16. #endif