Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

tora_neighbor.h File Reference

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

Included by dependency graph

Go to the source code of this file.

Compounds

class  TORANeighbor

Enumerations

enum  LinkStatus { LINK_UP = 0x0001, LINK_DN = 0x0002, LINK_UN = 0x0004 }


Enumeration Type Documentation

enum LinkStatus
 

Enumeration values:
LINK_UP 
LINK_DN 
LINK_UN 

Definition at line 44 of file tora_neighbor.h.

00044                 {
00045         LINK_UP = 0x0001,       // upstream
00046         LINK_DN = 0x0002,       // downstream
00047         LINK_UN = 0x0004,       // undirected
00048 };


Generated on Tue Apr 20 12:30:05 2004 for NS2.26SourcesOriginal by doxygen 1.3.3