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

📄 ip_fw_compat.h

📁 Linux Kernel 2.6.9 for OMAP1710
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -