ip_nat_core.h

来自「linux-2.6.15.6」· C头文件 代码 · 共 19 行

H
19
字号
#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 unsigned int ip_nat_packet(struct ip_conntrack *ct,			       enum ip_conntrack_info conntrackinfo,			       unsigned int hooknum,			       struct sk_buff **pskb);extern int ip_nat_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 + =
减小字号Ctrl + -
显示快捷键?