ipsec_globals.h
来自「ipsec PNE 3.3 source code, running at mo」· C头文件 代码 · 共 30 行
H
30 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?