| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <mpls-module.h>
Inheritance diagram for MPLSModule:

Public Member Functions | |
| MPLSModule () | |
| virtual | ~MPLSModule () |
| virtual const char * | module_name () const |
| virtual void | add_route (char *dst, NsObject *target) |
| virtual int | command (int argc, const char *const *argv) |
Protected Member Functions | |
| LDPAgent * | exist_ldp (int nbr) |
| void | attach_ldp (LDPAgent *a) |
| void | detach_ldp (LDPAgent *a) |
| LIST_HEAD (LDPList, LDPListElem) | |
Protected Attributes | |
| int | last_inlabel_ |
| int | last_outlabel_ |
| LDPList | ldplist_ |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from RoutingModule. |
|
|
|
|
||||||||||||
|
Reimplemented from RoutingModule. |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Reimplemented from RoutingModule. |
|
|
|
|
|
|
|
|
|