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

📄 ip_nat_core.h

📁 h内核
💻 H
字号:
#ifndef _IP_NAT_CORE_H#define _IP_NAT_CORE_H#include <linux/list.h>#include <linux/netfilter_ipv4/ip_conntrack.h>/* This header used to share core functionality between the standalone   NAT module, and the compatibility layer's use of NAT for masquerading. */extern int ip_nat_init(void);extern void ip_nat_cleanup(void);extern unsigned int nat_packet(struct ip_conntrack *ct,			       enum ip_conntrack_info conntrackinfo,			       unsigned int hooknum,			       struct sk_buff **pskb);extern int icmp_reply_translation(struct sk_buff **pskb,				  struct ip_conntrack *ct,				  enum ip_nat_manip_type manip,				  enum ip_conntrack_dir dir);#endif /* _IP_NAT_CORE_H */

⌨️ 快捷键说明

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