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

📄 ipt_rpc.h

📁 用于构建linux/unix下的网络防火墙,是网络安全中经常使用的小工具
💻 H
字号:
/* RPC extension for IP netfilter matching, Version 2.2 * (C) 2000 by Marcelo Barbosa Lima <marcelo.lima@dcc.unicamp.br> *	- original rpc tracking module *	- "recent" connection handling for kernel 2.3+ netfilter * * (C) 2001 by Rusty Russell <rusty@rustcorp.com.au> *	- upgraded conntrack modules to oldnat api - kernel 2.4.0+ * * (C) 2002 by Ian (Larry) Latter <Ian.Latter@mq.edu.au> *	- upgraded conntrack modules to newnat api - kernel 2.4.20+ *	- extended matching to support filtering on procedures * * ipt_rpc.h.c,v 2.2 2003/01/12 18:30:00 * *	This program is free software; you can redistribute it and/or *	modify it under the terms of the GNU General Public License *	as published by the Free Software Foundation; either version *	2 of the License, or (at your option) any later version. ** */#ifndef _IPT_RPC_H#define _IPT_RPC_Hstruct ipt_rpc_data;struct ipt_rpc_info {	int inverse;	int strict;	const char c_procs[1408];	int i_procs;	struct ipt_rpc_data *data;};#endif /* _IPT_RPC_H */

⌨️ 快捷键说明

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