SctpHeader
class(no description)
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 |
|---|---|---|
| TransportHeaderBase | class |
This base class provides an abstraction for different transport layer packets. |
Fields
| Name | Type | Description |
|---|---|---|
| srcPort | uint16_t |
Source Port |
| destPort | uint16_t |
Destination Port |
| vTag | uint32_t |
Verification Tag |
| checksumOk | bool | |
| crc | uint32_t | |
| crcMode | CrcMode | |
| headerLength | unsigned short | |
| sctpChunks | SctpChunk[] | |
| sourcePort | unsigned int | |
| destinationPort | unsigned int | |
| id | int | |
| mutable | bool | |
| complete | bool | |
| correct | bool | |
| properlyRepresented | bool | |
| chunkLength | b | |
| rawBin | string[] | |
| rawHex | string[] | |
| regionTags | SharingRegionTagSet::TagBaseRegionTag[] |
Source code
class SctpHeader extends TransportHeaderBase { @customize; // Source Port uint16_t srcPort; // Destination Port uint16_t destPort; // Verification Tag uint32_t vTag; bool checksumOk; uint32_t crc = 0; CrcMode crcMode = CRC_MODE_UNDEFINED; unsigned short headerLength = 12; abstract SctpChunk *sctpChunks[]; }File: src/inet/transportlayer/sctp/SctpHeader.msg