INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/sctp/SCTPMessage.msg:309
by nedtool.
More...
#include <SCTPMessage_m.h>
Public Member Functions | |
SCTPAuthenticationChunk (const char *name=nullptr, short kind=0) | |
SCTPAuthenticationChunk (const SCTPAuthenticationChunk &other) | |
virtual | ~SCTPAuthenticationChunk () |
SCTPAuthenticationChunk & | operator= (const SCTPAuthenticationChunk &other) |
virtual SCTPAuthenticationChunk * | dup () const override |
virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
virtual uint16_t | getSharedKey () const |
virtual void | setSharedKey (uint16_t sharedKey) |
virtual uint16_t | getHMacIdentifier () const |
virtual void | setHMacIdentifier (uint16_t hMacIdentifier) |
virtual bool | getHMacOk () const |
virtual void | setHMacOk (bool hMacOk) |
virtual void | setHMACArraySize (unsigned int size) |
virtual unsigned int | getHMACArraySize () const |
virtual uint32_t | getHMAC (unsigned int k) const |
virtual void | setHMAC (unsigned int k, uint32_t HMAC) |
Public Member Functions inherited from inet::sctp::SCTPChunk | |
SCTPChunk (const char *name=nullptr, short kind=0) | |
SCTPChunk (const SCTPChunk &other) | |
virtual | ~SCTPChunk () |
SCTPChunk & | operator= (const SCTPChunk &other) |
virtual uint8_t | getChunkType () const |
virtual void | setChunkType (uint8_t chunkType) |
virtual uint32_t | getFlags () const |
virtual void | setFlags (uint32_t flags) |
Protected Member Functions | |
bool | operator== (const SCTPAuthenticationChunk &) |
Protected Member Functions inherited from inet::sctp::SCTPChunk | |
bool | operator== (const SCTPChunk &) |
Protected Attributes | |
uint16_t | sharedKey |
uint16_t | hMacIdentifier |
bool | hMacOk |
uint32_t * | HMAC |
unsigned int | HMAC_arraysize |
Protected Attributes inherited from inet::sctp::SCTPChunk | |
uint8_t | chunkType |
uint32_t | flags |
Private Member Functions | |
void | copy (const SCTPAuthenticationChunk &other) |
Class generated from inet/transportlayer/sctp/SCTPMessage.msg:309
by nedtool.
message SCTPAuthenticationChunk extends SCTPChunk { uint16 sharedKey; uint16 hMacIdentifier; bool hMacOk; uint32 HMAC[]; }
inet::sctp::SCTPAuthenticationChunk::SCTPAuthenticationChunk | ( | const char * | name = nullptr , |
short | kind = 0 |
||
) |
inet::sctp::SCTPAuthenticationChunk::SCTPAuthenticationChunk | ( | const SCTPAuthenticationChunk & | other | ) |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::sctp::SCTPChunk.
|
virtual |
Referenced by inet::serializer::SCTPSerializer::parse().
|
virtual |
|
virtual |
|
virtual |
Referenced by inet::sctp::SCTPAssociation::process_RCV_Message().
|
virtual |
Referenced by inet::serializer::SCTPSerializer::deserialize().
SCTPAuthenticationChunk& inet::sctp::SCTPAuthenticationChunk::operator= | ( | const SCTPAuthenticationChunk & | other | ) |
|
protected |
|
overridevirtual |
Reimplemented from inet::sctp::SCTPChunk.
Referenced by inet::sctp::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::sctp::SCTPChunk.
Referenced by inet::sctp::doParsimUnpacking().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |