route.h

来自「一个基于linux的TCP/IP协议栈的实现」· C头文件 代码 · 共 21 行

H
21
字号
/* route.h * linqianghe@163.com * 2006-10-13 */#ifndef INCLUDED_ROUTE_H#define INCLUDED_ROUTE_H#include <net/dst.h>#include <net/route.h>extern struct dst_ops myipv4_dst_ops;int __init myip_rt_init(void);void __exit myip_rt_exit(void);void myrt_cache_flush(int delay);int myip_route_output_flow(struct rtable **rp, struct flowi *flp, struct sock *sk, int flags);#endif //INCLUDED_ROUTE_H

⌨️ 快捷键说明

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