packet_in.h
来自「National Institute of Standards and Tech」· C头文件 代码 · 共 27 行
H
27 行
/*************************************************************************** packet_in.h - description ------------------- begin : Mon Jul 29 2002 copyright : (C) 2002 by Luke Klein-Berndt email : kleinb@nist.gov ***************************************************************************/#ifndef PACKET_IN_H#define PACKET_IN_H#include <linux/module.h>#include <linux/kernel.h>#include <linux/skbuff.h>#include <linux/netdevice.h>#include <linux/ip.h>#include <linux/udp.h>#include <linux/netfilter_ipv4.h>#include "aodv.h"#include "aodv_route.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 + =
减小字号Ctrl + -
显示快捷键?