?? packet_in.h
字號:
#ifndef PACKET_IN_H#define PACKET_IN_H#include <linux/module.h>#include <linux/kernel.h>#include <linux/skbuff.h>#include <linux/ctype.h>#include <linux/ip.h>#include <linux/netdevice.h>#include <linux/in_route.h>#include <linux/net.h>#include "aodv.h"#include "utils.h"#include "rreq.h"#include "rrep.h"#include "interface_list.h"#include "rerr.h"#include "route_table.h"unsigned int input_handler( unsigned int hooknum, struct sk_buff **skb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *));#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -