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

📄 dsr-dev.h

📁 LINUX下的mesh路由协议dsr的源代码包
💻 H
字号:
/* Copyright (C) Uppsala University * * This file is distributed under the terms of the GNU general Public * License (GPL), see the file LICENSE * * Author: Erik Nordström, <erikn@it.uu.se> */#ifndef _DSR_DEV_H#define _DSR_DEV_H#include <linux/netdevice.h>#include <linux/init.h>#include "dsr.h"#include "dsr-pkt.h"#define DELIVER(pkt) dsr_dev_deliver(pkt)int dsr_dev_xmit(struct dsr_pkt *dp);int dsr_dev_deliver(struct dsr_pkt *dp);int __init dsr_dev_init(char *ifname);void __exit dsr_dev_cleanup(void);#endif

⌨️ 快捷键说明

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