⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ipsecinit.h

📁 ipsec PNE 3.3 source code, running at more than vxworks6.x version.
💻 H
字号:
/* ipsecInit.h - IP Security Initialization header file *//* Copyright 2000-2005 Wind River Systems, Inc. *//*modification history--------------------01d,06may05,rlm  Added prototype for usrIpsecInit(). Removed legacy K&R C                 prototype for ikeInit().01c,30nov04,jfb  Beautified again01b,29nov04,jfb  Beautified01a,24mar00,aos  written.*/#ifndef __ipsecInit_h__#define __ipsecInit_h__#ifdef __cplusplusextern "C"    {#endif#if ((CPU_FAMILY==I960) && (defined __GNUC__))  #pragma align 1 /* tell gcc960 not to optimize alignments */#endif          /* CPU_FAMILY==I960 *//* ipsec configuration parameters */typedef struct ipseccfgparams    {    unsigned int task_priority;    } IPSEC_CFG_PARAMS;#if ((CPU_FAMILY==I960) && (defined __GNUC__))  #pragma align 0 /* turn off alignment requirement */#endif          /* CPU_FAMILY==I960 */#ifndef IPSEC_AUTO_START  #define IPSEC_AUTO_START 1#endif /* IPSEC_AUTO_START */#ifndef IPSEC_TASK_PRIORITY  #define IPSEC_TASK_PRIORITY 49#endif /* IKE_TASK_PRIORITY *//* function declarations */extern STATUS ipsecInit    (    char         * ipsecCfg,    unsigned int   task_priority    );STATUS usrIpsecInit    (    int auto_start    );#ifdef __cplusplus    }#endif#endif /* __ipsecInit_h__ */

⌨️ 快捷键说明

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