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_t | |
| hMacIdentifier | uint16_t | |
| hMacOk | bool | |
| HMAC | uint32_t[] | |
| sctpChunkType | uint8_t |
Chunk Type |
| flags | uint32_t | |
| length | unsigned short | |
| chunkName | char[] |
Source code
class SctpAuthenticationChunk extends SctpChunk { uint16_t sharedKey; uint16_t hMacIdentifier; bool hMacOk; uint32_t HMAC[]; }File: src/inet/transportlayer/sctp/SctpHeader.msg