#include <assert.h>
#include <sys/types.h>
#include "config.h"
#include "scheduler.h"
#include "lib/bsd-list.h"
Include dependency graph for rttable.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| class | Neighbor |
| class | rt_entry |
| class | rttable |
Defines | |
| #define | CURRENT_TIME Scheduler::instance().clock() |
| #define | INFINITY2 0xff |
| #define | MAX_HISTORY 3 |
| #define | MAX_RT_ERROR 4 |
| #define | MAX_RT_ERROR_TIME 3 |
| #define | RTF_DOWN 0 |
| #define | RTF_IN_REPAIR 2 |
| #define | RTF_UP 1 |
Functions | |
| LIST_HEAD (ncache, Neighbor) | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
1.4.6