📄 pgacl.h
字号:
/*
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved.
*
* This software is copyrighted by and is the sole property of
* VIA Networking Technologies, Inc. This software may only be used
* in accordance with the corresponding license agreement. Any unauthorized
* use, duplication, transmission, distribution, or disclosure of this
* software is expressly forbidden.
*
* This software is provided by VIA Networking Technologies, Inc. "as is"
* and any express or implied warranties, including, but not limited to, the
* implied warranties of merchantability and fitness for a particular purpose
* are disclaimed. In no event shall VIA Networking Technologies, Inc.
* be liable for any direct, indirect, incidental, special, exemplary, or
* consequential damages.
*
*
* File: pgacl.h
*
* Purpose: Acl UI definitions
*
* Author: Tim Feng
*
* Date: Nov 30, 2005
*
* Functions:
*
* Revision History:
*
*/
#ifndef __PGACL_H__
#define __PGACL_H__
#include "ttype.h"
#include "engine.h"
extern SPage g_SPageACLMainMenu;
extern SPage g_SPageACLList_Ipv4;
extern SPage g_SPageACLList_NIpv4;
extern SPage g_SPageACLEdit_Ipv4;
extern SPage g_SPageACLEdit_Ipv4TCP;
extern SPage g_SPageACLEdit_Ipv4UDP;
extern SPage g_SPageACLEdit_NIpv4;
extern SPage g_SPageACLAdd_Ipv4;
extern SPage g_SPageACLAdd_Ipv4TCP;
extern SPage g_SPageACLAdd_Ipv4UDP;
extern SPage g_SPageACLAdd_NIpv4;
//FUNCTIONS
BOOL PAACL_bLoadVlanMode(void);
BOOL PAACL_bLoadACLIpv4Grp(void);
BOOL PAACL_bLoadACLNonIpv4Grp(void);
BOOL PAACL_bEditACLGrp(void);
BOOL PAACL_bAddACLGrp(void);
BOOL PAACL_bDelACLGrp(void);
BOOL PAACL_bLoadACLGrpEdit(void);
BOOL PAACL_bSaveACLGrpEdit(void);
BOOL PAACL_bLoadACLGrpAdd(void);
BOOL PAACL_bSaveACLGrpAdd(void);
BOOL PAACL_bNextPage(void);
BOOL PAACT_bACLEditGrpContent(void);
BOOL PAACL_bChangePage(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -