SctpChunk
class(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
cPacket | (unknown -- not in documented files) |
Known subclasses
Name | Type | Description |
---|---|---|
SctpAbortChunk | class | (no description) |
SctpAsconfAckChunk | class | (no description) |
SctpAsconfChunk | class | (no description) |
SctpAuthenticationChunk | class | (no description) |
SctpCookieAckChunk | class | (no description) |
SctpCookieEchoChunk | class | (no description) |
SctpDataChunk | class | (no description) |
SctpErrorChunk | class | (no description) |
SctpForwardTsnChunk | class | (no description) |
SctpHeartbeatAckChunk | class | (no description) |
SctpHeartbeatChunk | class | (no description) |
SctpInitAckChunk | class | (no description) |
SctpInitChunk | class | (no description) |
SctpPacketDropChunk | class | (no description) |
SctpSackChunk | class | (no description) |
SctpShutdownAckChunk | class | (no description) |
SctpShutdownChunk | class | (no description) |
SctpShutdownCompleteChunk | class | (no description) |
SctpStreamResetChunk | class | (no description) |
Fields
Name | Type | Description |
---|---|---|
sctpChunkType | uint8 |
Chunk Type |
flags | uint32 | |
length | unsigned short | |
chunkName | char[] |
Source code
class SctpChunk extends cPacket { // Chunk Type uint8 sctpChunkType; uint32 flags; unsigned short length = 0; char chunkName[]; }File: src/inet/transportlayer/sctp/SctpHeader.msg