#include "agent.h"#include "tclcl.h"#include "packet.h"#include "address.h"#include "ip.h"Include dependency graph for ldp.h:

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

Go to the source code of this file.
Compounds | |
| struct | hdr_ldp |
| class | LDPAgent |
| struct | MsgT |
| struct | MsgTable |
Variables | |
| const int | LDP_MaxMSGTEntryNB = 100 |
| const int | LDP_NotificationMSG = 0x0001 |
| const int | LDP_MappingMSG = 0x0400 |
| const int | LDP_RequestMSG = 0x0401 |
| const int | LDP_WithdrawMSG = 0x0402 |
| const int | LDP_ReleaseMSG = 0x0403 |
| const int | LDP_LoopDetected = 0x000B |
| const int | LDP_NoRoute = 0x000D |
| const int | LDP_LabelALLOC = 0 |
| const int | LDP_LabelPASS = 1 |
| const int | LDP_LabelSTACK = 2 |
|
|
Definition at line 68 of file ldp.h. Referenced by LDPAgent::MSGTinsert(). |
|
|
Definition at line 69 of file ldp.h. Referenced by LDPAgent::command(). |
|
|
Definition at line 70 of file ldp.h. Referenced by LDPAgent::command(). |
|
|
Definition at line 65 of file ldp.h. Referenced by LDPAgent::command(), and LDPAgent::parse_status(). |
|
|
Definition at line 60 of file ldp.h. Referenced by LDPAgent::command(), LDPAgent::parse_msgtype(), and LDPAgent::recv(). |
|
|
Definition at line 56 of file ldp.h. Referenced by LDPAgent::MSGTinsert(). |
|
|
Definition at line 66 of file ldp.h. Referenced by LDPAgent::command(), and LDPAgent::parse_status(). |
|
|
Definition at line 59 of file ldp.h. Referenced by LDPAgent::command(), LDPAgent::parse_msgtype(), and LDPAgent::recv(). |
|
|
Definition at line 63 of file ldp.h. Referenced by LDPAgent::command(), LDPAgent::parse_msgtype(), and LDPAgent::recv(). |
|
|
Definition at line 61 of file ldp.h. Referenced by LDPAgent::command(), LDPAgent::parse_msgtype(), and LDPAgent::recv(). |
|
|
Definition at line 62 of file ldp.h. Referenced by LDPAgent::command(), LDPAgent::parse_msgtype(), and LDPAgent::recv(). |
1.3.3