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

📄 pgpnetpmhost.h

📁 vc环境下的pgp源码
💻 H
字号:
/*
 * Copyright (c) 1998, Network Associates, Inc.
 * All rights reserved.
 *
 * $Id: pgpNetPMHost.h,v 1.8 1998/12/05 00:54:20 elowe Exp $
 *
 */
#ifndef _Included_pgpNetPMHost_h
#define _Included_pgpNetPMHost_h

#include "pgpPubTypes.h"
#include "pgpNetKernel.h"

enum PGPNetHostType_
{
	kPGPnetInsecureHost			= 0,
	kPGPnetSecureHost			= 1,
	kPGPnetSecureGateway		= 2,

	PGP_ENUM_FORCE( PGPNetHostType_ )
};
PGPENUM_TYPEDEF( PGPNetHostType_, PGPNetHostType );

PGPBoolean 			PMIsSecureHost(NDIS_HANDLE handle,
								   PGPUInt32 ipAddress);

PGPBoolean 			PMIsInsecureHost(NDIS_HANDLE handle,
									 PGPUInt32 ipAddress);

PGPNetHostEntry *	PMFindHost(NDIS_HANDLE handle,
							   PGPUInt32 ipAddress);

PGPUInt32			PMParentHostIP(NDIS_HANDLE handle, 
								   struct _PGPNetHostEntry *);

PGPNetHostEntry *	PMAddHost(NDIS_HANDLE handle,
							  void *host);

void				PMClearHosts(NDIS_HANDLE handle);


#endif /* _Included_pgpNetPMHost_h */

⌨️ 快捷键说明

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