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

📄 xrl_rib_notifierc.h

📁 OLSR Implementation for XORP
💻 H
字号:
/* * Department of Systems and Computer Engineering * Carleton University, CANADA * Copyright (c) 2004 Liang Qin, Department of Systems and Computer Engineering, * Carleton University * 1. Porting CRC's OLSR with QoS support to XORP 1.0, this release enable OLSR *    adds and deletes route entries to RIB in XORP, instead of to Linux kernel.  **/#ifdef __cplusplusextern "C" {#endif   // wrapper that the object can be initialized in c   void init_XrlRibNotifier();   // wrapper that we finally will delete this pointer   void clean_up_XrlRibNotifier();   // two other wrapper functions   int add_route_to_RIB(const struct in6_rtmsg aRoute, char* ifName);   int delete_route_to_RIB(const struct in6_rtmsg aRoute);#ifdef __cplusplus} /* closing brace for extern "C" */#endif

⌨️ 快捷键说明

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