?? ipsecmsgcserver.h
字號:
/* ipsecMsgCServer.h - WindNet IPsec and IKE: IPsec message channel server header file *//* * 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------------------------------------------01c,26oct05,djp Moved common portions to wrSecMsgCServer.h01b,11apr05,djp Added support for logger event enabled get/set01a,09mar05,djp Added stats code*//************************************************************************/#if !defined (__IPSECMSGCSERVER_H__)#define __IPSECMSGCSERVER_H__/* IPSEC Specific definitions that utilizing the Message Channel Libraries */#include <vxWorks.h>#include "../msgCLib/msgCLib.h"#include "../common/wrSecMsgChannel.h"/* Prototypes */#ifdef INCLUDE_LOGGING_IPSEC#include <wrn/ipsec/ipsecLogger.h>STATUS ipsecLoggerLogEventEnabledSetHandler(IPSEC_LOG_EVENT_ID eventId, BOOL enable);BOOL ipsecLoggerIsLogEventEnabled(IPSEC_LOG_EVENT_ID eventId);#endif#ifdef INCLUDE_COUNTERS_IPSEC#ifdef INCLUDE_COUNTERS_NETWORK_INTERFACESTATUS ipsecIfStatsGetHandler(char *cptrAddrString, NETWORK_INTERFACE_COUNTS *stats);#endif#ifdef INCLUDE_COUNTERS_POLICIESSTATUS ipsecPolicyStatsGetHandler(char *p_configuration_string, SECURITY_POLICY_COUNTS *inboundStats, SECURITY_POLICY_COUNTS *outboundStats);#endif#ifdef INCLUDE_COUNTERS_PROTECTION_SUITESSTATUS protectionSuiteStatsGetHandler(char *p_configuration_string, PROTECTION_SUITE_COUNTS *stats);STATUS protectionSuiteStatsGetBySPIHandler(int spi, PROTECTION_SUITE_COUNTS *stats);#endif#endif /* INCLUDE_COUNTERS_IPSEC */#endif /* __IPSECMSGCSERVER_H__ */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -