xrl_rib_notifierc.h
来自「OLSR Implementation for XORP」· C头文件 代码 · 共 23 行
H
23 行
/* * 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 + =
减小字号Ctrl + -
显示快捷键?