ip_fw_compat.h

来自「优龙2410linux2.6.8内核源代码」· C头文件 代码 · 共 29 行

H
29
字号
#ifndef _LINUX_IP_FW_COMPAT_H#define _LINUX_IP_FW_COMPAT_H/* From ip_fw_compat_redir.c */extern unsigned intdo_redirect(struct sk_buff *skb,	    const struct net_device *dev,	    u_int16_t redirpt);extern voidcheck_for_redirect(struct sk_buff *skb);extern voidcheck_for_unredirect(struct sk_buff *skb);/* From ip_fw_compat_masq.c */extern unsigned intdo_masquerade(struct sk_buff **pskb, const struct net_device *dev);extern void check_for_masq_error(struct sk_buff **pskb);extern unsigned intcheck_for_demasq(struct sk_buff **pskb);extern int __init masq_init(void);extern void masq_cleanup(void);#endif /* _LINUX_IP_FW_COMPAT_H */

⌨️ 快捷键说明

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