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

//=============================================================================
// Copyright (c) 2002 Microsoft Corporation
// File: isatap.h
//
// Author: Dave Thaler (dthaler) 1-23-02
//=============================================================================
#ifndef __ISATAP_H
#define __ISATAP_H
NS_HELPER_START_FN IsatapStartHelper;
NS_CONTEXT_DUMP_FN IsatapDump;
FN_HANDLE_CMD IsatapHandleReset;
FN_HANDLE_CMD IsatapHandleSetState;
FN_HANDLE_CMD IsatapHandleSetRouter;
FN_HANDLE_CMD IsatapHandleShowState;
FN_HANDLE_CMD IsatapHandleShowRouter;
#endif