windows-nt/Source/XPSP1/NT/net/tcpip/driver/ipsec/kdext/exts.h
2020-09-26 16:20:57 +08:00

58 lines
1.3 KiB
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/************************************************************************\
*
* MODULE: exts.h
*
* DESCRIPTION: macro driving file for use with stdexts.h and stdexts.c.
*
* Copyright (c) 6/9/1995, Microsoft Corporation
*
* 6/9/1995 SanfordS Created
*
\************************************************************************/
DOIT( help
,"help -v [cmd] - Displays this list or gives details on command\n"
," help - To dump short help text on all commands.\n"
" help -v - To dump long help text on all commands.\n"
" help cmd - To dump long help on given command.\n"
,"v"
,CUSTOM)
DOIT( global
,"global - Dumps IPSEC global.\n"
,""
,""
,CUSTOM)
DOIT( mfl
,"mfl - Dumps all masked filters.\n"
,""
,""
,CUSTOM)
DOIT( tfl
,"tfl - Dumps all tunnel filters.\n"
,""
,""
,CUSTOM)
DOIT( sas
,"sas - Dumps all security associations.\n"
,""
,""
,CUSTOM)
DOIT( tsas
,"tsas - Dumps all tunnel security associations.\n"
,""
,""
,CUSTOM)
DOIT( larvalsas
,"larvalsas - Dumps all larval security associations.\n"
,""
,""
,CUSTOM)