📄 ipsec_configuration_table.h
字号:
/******************************************************************************//* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -