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

📄 ip_output.h

📁 一个基于linux的TCP/IP协议栈的实现
💻 H
字号:
/* ip_output.h * linqianghe@163.com * 2006-11-06 */#ifndef INCLUDED_IP_OUTPUT_H#define INCLUDED_IP_OUTPUT_Hvoid __init myip_init(void);void __exit myip_exit(void);extern int mysysctl_ip_default_ttl;int myip_mc_output( struct sk_buff *skb );int myip_output(struct sk_buff *skb);#endif //INCLUDED_IP_OUTPUT_H

⌨️ 快捷键说明

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