#include "INETDefs.h"Go to the source code of this file.
Namespaces | |
| namespace | ConstType |
Enumerations | |
| enum | messageKind { MPLS_KIND, LDP_KIND, SIGNAL_KIND } |
Variables | |
| const char | ConstType::libDataMarker [] = "In-lbl In-intf Out-lbl Out-intf" |
| const char | ConstType::prtDataMarker [] = "Prefix Pointer" |
| const char | ConstType::UnknownData [] = "UNDEFINED" |
| const char | ConstType::NoLabel [] = "Nolabel" |
| const char | ConstType::wildcast [] = "*" |
| const char | ConstType::empty [] = "" |
| const int | ConstType::ldp_port = 646 |
| const int | ConstType::LDP_KIND = 10 |
| const int | ConstType::HOW_KIND = 50 |
| enum messageKind |
Definition at line 22 of file ConstType.h.
{
MPLS_KIND,
LDP_KIND,
SIGNAL_KIND
};
1.7.1