?? packet_out.h
字號:
/*************************************************************************** packet_out.h - description ------------------- begin : Mon Aug 4 2003 copyright : (C) 2003 by Luke Klein-Berndt email : kleinb@nist.gov ***************************************************************************/#ifndef PACKET_OUT_H#define PACKET_OUT_H#include <linux/module.h>#include <linux/kernel.h>#include <linux/netfilter.h>#include <linux/skbuff.h>#include <linux/udp.h>#include <linux/ip.h>#include <net/sock.h>#include "aodv.h"#include "aodv_route.h"unsigned int output_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 + -