Source code of Windows XP (NT5)
 
 
 
 
 
 

21 lines
497 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 IsatapHandleSetRouter;
FN_HANDLE_CMD IsatapHandleShowRouter;
#endif