#include <mpls-module.h>
Collaboration diagram for MPLSModule::LDPListElem:

Public Member Functions | |
| LDPListElem (LDPAgent *a) | |
| LIST_ENTRY (LDPListElem) link | |
Public Attributes | |
| LDPAgent * | agt_ |
|
|
Definition at line 54 of file mpls-module.h. References agt_.
00054 : agt_(a) { 00055 link.le_next = NULL; 00056 link.le_prev = NULL; 00057 } |
|
|
|
|
|
Definition at line 58 of file mpls-module.h. Referenced by MPLSModule::command(), MPLSModule::detach_ldp(), MPLSModule::exist_ldp(), and LDPListElem(). |
1.3.3