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

📄 ip6tables.h

📁 实现路由功能,nat地址转换,端口映射,网络放火墙功能.
💻 H
字号:
#ifndef _IP6TABLES_USER_H#define _IP6TABLES_USER_H#include <xtables.h>#include "libiptc/libip6tc.h"#ifndef IP6T_SO_GET_REVISION_MATCH /* Old kernel source. */#define IP6T_SO_GET_REVISION_MATCH	68#define IP6T_SO_GET_REVISION_TARGET	69#endif /* IP6T_SO_GET_REVISION_MATCH   Old kernel source */#define ip6tables_rule_match	xtables_rule_match#define ip6t_tryload		xt_tryloadextern int line;/* Your shared library should call one of these. */extern int do_command6(int argc, char *argv[], char **table,		       ip6tc_handle_t *handle);extern int for_each_chain(int (*fn)(const ip6t_chainlabel, int, ip6tc_handle_t *), int verbose, int builtinstoo, ip6tc_handle_t *handle);extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);extern int delete_chain(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);void print_rule(const struct ip6t_entry *e, ip6tc_handle_t *h, const char *chain, int counters);#endif /*_IP6TABLES_USER_H*/

⌨️ 快捷键说明

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