ipsec_spd.h
来自「ipsec PNE 3.3 source code, running at mo」· C头文件 代码 · 共 35 行
H
35 行
/* ipsec_spd.h - IPsec/SPD interface *//* * Copyright (c) 2000-2005 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,10mar02,rpt Replaced NETWORK_TRAFFIC_INFO by VI_NETWORK_TRAFFIC_INFO in function declaration. 01a,19mar02,rpt Extracted from WindNet IPSec 1.1, added modification history*//******************************************************************************/#if !defined (__IPSEC_SPD_H__)#define __IPSEC_SPD_H__#include <vxWorks.h>#include "../spd/spdP.h"#include "../sadb/sadb_if.h"SPD_PROCESSING_INDICATOR ipsecGetDefaultPI ( TRAFFIC_DIRECTION direction, VI_NETWORK_TRAFFIC_INFO *p_traffic_info );#endif /*__IPSEC_SPD_H__*//******************************************************************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?