#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.
Data Structures | |
| struct | hdr_ldp |
| class | LDPAgent |
| struct | MsgT |
| struct | MsgTable |
Variables | |
| const int | LDP_LabelALLOC = 0 |
| const int | LDP_LabelPASS = 1 |
| const int | LDP_LabelSTACK = 2 |
| const int | LDP_LoopDetected = 0x000B |
| const int | LDP_MappingMSG = 0x0400 |
| const int | LDP_MaxMSGTEntryNB = 100 |
| const int | LDP_NoRoute = 0x000D |
| const int | LDP_NotificationMSG = 0x0001 |
| const int | LDP_ReleaseMSG = 0x0403 |
| const int | LDP_RequestMSG = 0x0401 |
| const int | LDP_WithdrawMSG = 0x0402 |
|
|
Definition at line 90 of file ldp.h. Referenced by LDPAgent::MSGTinsert(). |
|
|
Definition at line 91 of file ldp.h. Referenced by LDPAgent::command(). |
|
|
Definition at line 92 of file ldp.h. Referenced by LDPAgent::command(). |
|
|
Definition at line 87 of file ldp.h. Referenced by LDPAgent::command(), and LDPAgent::parse_status(). |
|
|
Definition at line 82 of file ldp.h. Referenced by LDPAgent::command(), LDPAgent::parse_msgtype(), and LDPAgent::recv(). |
|
|
Definition at line 78 of file ldp.h. Referenced by LDPAgent::MSGTinsert(). |
|
|
Definition at line 88 of file ldp.h. Referenced by LDPAgent::command(), and LDPAgent::parse_status(). |
|
|
Definition at line 81 of file ldp.h. Referenced by LDPAgent::command(), LDPAgent::parse_msgtype(), and LDPAgent::recv(). |
|
|
Definition at line 85 of file ldp.h. Referenced by LDPAgent::command(), LDPAgent::parse_msgtype(), and LDPAgent::recv(). |
|
|
Definition at line 83 of file ldp.h. Referenced by LDPAgent::command(), LDPAgent::parse_msgtype(), and LDPAgent::recv(). |
|
|
Definition at line 84 of file ldp.h. Referenced by LDPAgent::command(), LDPAgent::parse_msgtype(), and LDPAgent::recv(). |
1.4.6