tora_neighbor.h File Reference

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 }


Enumeration Type Documentation

enum LinkStatus
 

Enumerator:
LINK_UP 
LINK_DN 
LINK_UN 

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 };


Generated on Tue Mar 6 17:01:38 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6