SctpAuthenticationChunk

SctpAuthenticationChunk

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
SctpChunk class (no description)

Fields

Name Type Description
sharedKey uint16
hMacIdentifier uint16
hMacOk bool
HMAC uint32[]
sctpChunkType uint8

Chunk Type

flags uint32
length unsigned short
chunkName char[]

Source code

class SctpAuthenticationChunk extends SctpChunk
{
    uint16 sharedKey;
    uint16 hMacIdentifier;
    bool hMacOk;
    uint32 HMAC[];
}

File: src/inet/transportlayer/sctp/SctpHeader.msg