Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

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