📄 ipsec_globals.h
字号:
/* ipsec_globals.h - WindNet IPsec/IKE IPsec global declaration *//* * Copyright (c) 2000-2006 Wind River Systems, Inc. * * The right to copy, distribute, modify or otherwise make use * of this software may be licensed only pursuant to the terms * of an applicable Wind River license agreement. *//* modification history-----------------------------------------02a,13jan06,djp added required includes01a,19mar02,rpt Extracted from WindNet IPSec 1.1, added modification history*//******************************************************************************/#include <vxWorks.h>#include "../common/wrSecCommon.h"#include "ipsec_class.h"#if !defined (__IPSEC_GLOBALS_H__)#define __IPSEC_GLOBALS_H__GLOBAL IPSEC_GLOBAL_CLASS ipsec_global_class;#endif /* __IPSEC_GLOBALS_H__ *//******************************************************************************/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -