| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <rtable.h>
Public Member Functions | |
| RoutingTable () | |
| void | AddEntry (const rtable_ent &ent) |
| int | RemainingLoop () |
| void | InitLoop () |
| rtable_ent * | NextLoop () |
| rtable_ent * | GetEntry (nsaddr_t dest) |
Private Attributes | |
| rtable_ent * | rtab |
| int | maxelts |
| int | elts |
| int | ctr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|