ipsec_configuration_table.h

来自「ipsec PNE 3.3 source code, running at mo」· C头文件 代码 · 共 126 行

H
126
字号
/******************************************************************************//* Copyright 2000-2001 Wind River Systems, Inc. 							  *//******************************************************************************//* ipsec_configuration_table.h - modification history-----------------------------------------------------01b,25mar02,rpt   changed DF bit configuration in the configuration table 01a,19mar02,rpt   extracted from WindNet IPSec 1.1, added modification history*//******************************************************************************/#if !defined (__IPSEC_CONFIGURATION_TABLE_H__)#define __IPSEC_CONFIGURATION_TABLE_H__const WRSEC_NVRAM_CONFIGURATION_TABLE ipsec_configuration_table ={	TRUE,/* (________________________________________________________________________) */	{	/* IPsec Configuration parameters *//* (________________________________________________________________________) */	{		(void (*) (char *cptr_start_of_configuration_string,			ULONG parameter_1,ULONG ulptr_parameter_2,ULONG parameter_3))		wrSecSeEnumEnable,		NULL,		"IPsec Printf =",		(ULONG) offsetof (IPSEC_GLOBAL_CLASS, ipsec_printing_enabled),		(ULONG) &ipsec_global_class,		(ULONG) NULL	},/* (________________________________________________________________________) */	{		(void (*) (char *cptr_start_of_configuration_string,			ULONG parameter_1,ULONG ulptr_parameter_2,ULONG parameter_3))		wrSecSeEnumEnable,		NULL,		"IPsec Error Printf =",		(ULONG) offsetof (IPSEC_GLOBAL_CLASS, ipsec_error_printing_enabled),		(ULONG) &ipsec_global_class,		(ULONG) NULL	},/* (________________________________________________________________________) */	{		(void (*) (char *cptr_start_of_configuration_string,			ULONG parameter_1,ULONG ulptr_parameter_2,ULONG parameter_3))		wrSecSeEnumEnable,		NULL,		"IPsec Warning Printf =",		(ULONG) offsetof (IPSEC_GLOBAL_CLASS, ipsec_warning_printing_enabled),		(ULONG) &ipsec_global_class,		(ULONG) NULL	},/* (________________________________________________________________________) */	{		(void (*) (char *cptr_start_of_configuration_string,			ULONG parameter_1,ULONG ulptr_parameter_2,ULONG parameter_3))		wrSecSeEnumEnable,		NULL,		"IPsec Initialization Printf =",		(ULONG) offsetof (IPSEC_GLOBAL_CLASS, 			ipsec_initialization_printing_enabled),		(ULONG) &ipsec_global_class,		(ULONG) NULL	},/* (________________________________________________________________________) */	{		(void (*) (char *cptr_start_of_configuration_string,			ULONG parameter_1,ULONG ulptr_parameter_2,ULONG parameter_3))		wrSecSeEnumEnable,		NULL,		"IPsec Debug Printf =",		(ULONG) offsetof (IPSEC_GLOBAL_CLASS, ipsec_debug_printing_enabled),		(ULONG) &ipsec_global_class,		(ULONG) NULL	},/* (________________________________________________________________________) */	{		(void (*) (char *cptr_start_of_configuration_string,			ULONG parameter_1,ULONG ulptr_parameter_2,ULONG parameter_3))		ipsecAttachIf_nvram,		NULL,		"IPsec Attach Network Interface ="	},/* (________________________________________________________________________) */		{		(void (*) (char *cptr_start_of_configuration_string,			ULONG parameter_1,ULONG ulptr_parameter_2,ULONG parameter_3))		ipsecDFBit_nvram,		NULL,		"IPsec DF Bit ="	},/* (________________________________________________________________________) */	{		NULL,		NULL,		"",		(ULONG) NULL,		(ULONG) NULL,		(ULONG) NULL	}/* (________________________________________________________________________) */	}};#endif /* __IPSEC_CONFIGURATION_TABLE_H__ *//******************************************************************************/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?