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

Go to the source code of this file.
Data Structures | |
| class | TORANeighbor |
Enumerations | |
| enum | LinkStatus { LINK_UP = 0x0001, LINK_DN = 0x0002, LINK_UN = 0x0004 } |
|
|
Definition at line 46 of file tora_neighbor.h. 00046 { 00047 LINK_UP = 0x0001, // upstream 00048 LINK_DN = 0x0002, // downstream 00049 LINK_UN = 0x0004, // undirected 00050 };
|
1.4.6