LdpLabelRequest
classLDP Label Request Message
Usage diagram
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| LdpPacket | class |
Base class for LDP packets |
Fields
| Name | Type | Description |
|---|---|---|
| fec | FecTlv | |
| type | int | |
| senderAddress | Ipv4Address | |
| receiverAddress | Ipv4Address | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| chunkLength | b | |
| rawBin | string[] | |
| rawHex | string[] | |
| tags | RegionTagSet::cObjectRegionTag[] |
Source code
// // LDP Label Request Message // class LdpLabelRequest extends LdpPacket { FecTlv fec; }File: src/inet/networklayer/ldp/LdpPacket.msg