(no description)
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
SCTPChunk (message) | (no description) |
Name | Type | Description |
---|---|---|
chunkType | uint8 |
Chunk Type |
noInStreams | uint16 |
Number of Inbound Streams |
cookie | char[] | |
initTag | uint32 |
Initiate Tag |
stateCookie | cPacketPtr | |
initTSN | uint32 |
Initial TSN |
forwardTsn | bool | |
addresses | IPvXAddress[] | |
a_rwnd | uint32 |
Advertised Receiver Window |
noOutStreams | uint16 |
Number of Outbound Streams |
unrecognizedParameters | uint8[] |
message SCTPInitAckChunk extends SCTPChunk { // Initiate Tag uint32 initTag; // Advertised Receiver Window uint32 a_rwnd; // Number of Outbound Streams uint16 noOutStreams; // Number of Inbound Streams uint16 noInStreams; // Initial TSN uint32 initTSN; bool forwardTsn; IPvXAddress addresses[]; char cookie[]; uint8 unrecognizedParameters[]; cPacketPtr stateCookie; }