defpolicy_noike.c
来自「hifn ipsec固件下载工具」· C语言 代码 · 共 86 行
C
86 行
/****************************************************************************** Copyright (c) 2004 by Hifn, Inc, Los Gatos, CA, U.S.A. All Rights Reserved. This software is furnished to licensee under a software license agreement and may be used and copied only in accordance with the terms and conditions of such license and with the inclusion of the above Copyright Notice. This software or any other copies thereof may not be provided or otherwise made available to any other person. No title to and ownership of the software is hereby transferred and licensee is subject to all confidentiality provisions set forth in the software license agreement. The information in this software is subject to change without notice.*******************************************************************************/static char const hftc_id[] = "$Id: @(#) defpolicy_noike.c 1.1@(#) $";/****************************************************************************** @file defpolicy_noike.c @brief Non SM policy tool. Can't do anything with UT-API.*******************************************************************************//*------------------------------------ *//* Header Include *//*------------------------------------ *//* Standard includes *//* API specific includes */#include "hftc_pub_errors.h"/*------------------------------------ *//* Constants and Types *//*------------------------------------ *//*------------------------------------ *//* External Variables *//*------------------------------------ *//*------------------------------------ *//* File-Scope Variables *//*------------------------------------ *//*------------------------------------ *//* Implementation *//*------------------------------------ *//*********************************************************************** * defpolicy *********************************************************************** * @brief Stub routine that does nothing. * * @par Externals: * None. * * @return * HFTC_STATUS_OK * * @par Errors: * None. * * @par Assumptions: * None. * ***********************************************************************/HFTC_Status_t defpolicy(){ HFTC_Status_t status = HFTC_STATUS_OK; return status;} /* End main *//* ---------------------------------------------------------------------------- REV # DATE BY REVISION DESCRIPTION ----- -------- ----- ---------------------------------------------------- 0001 06/23/05 msz Created from setpolicy.c 0002 08/03/05 msz Code review changes.*-----------------------------------------------------------------------------*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?