LdpPacket
classBase class for LDP packets
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 |
---|---|---|
FieldsChunk | class | (no description) |
Known subclasses
Name | Type | Description |
---|---|---|
LdpAddress | class |
LDP Address Message |
LdpHello | class |
LDP Hello Message |
LdpIni | class |
LDP Ini Message |
LdpLabelMapping | class |
LDP Label Mapping Message |
LdpLabelRequest | class |
LDP Label Request Message |
LdpNotify | class |
LDP notification message |
Fields
Name | Type | Description |
---|---|---|
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
// // Base class for LDP packets // class LdpPacket extends FieldsChunk { int type; Ipv4Address senderAddress; Ipv4Address receiverAddress; }File: src/inet/networklayer/ldp/LdpPacket.msg