|
INET Framework for OMNeT++/OMNEST
|
Class generated from inet/transportlayer/sctp/SctpHeader.msg:93 by opp_msgtool.
More...
#include <SctpHeader_m.h>
Public Member Functions | |
| SctpCookieEchoChunk (const char *name=nullptr) | |
| SctpCookieEchoChunk (const SctpCookieEchoChunk &other) | |
| virtual | ~SctpCookieEchoChunk () |
| SctpCookieEchoChunk & | operator= (const SctpCookieEchoChunk &other) |
| virtual SctpCookieEchoChunk * | dup () const override |
| virtual void | parsimPack (omnetpp::cCommBuffer *b) const override |
| virtual void | parsimUnpack (omnetpp::cCommBuffer *b) override |
| virtual void | setCookieArraySize (size_t size) |
| virtual size_t | getCookieArraySize () const |
| virtual char | getCookie (size_t k) const |
| virtual void | setCookie (size_t k, char cookie) |
| virtual void | insertCookie (size_t k, char cookie) |
| void | insertCookie (char cookie) |
| virtual void | appendCookie (char cookie) |
| virtual void | eraseCookie (size_t k) |
| virtual const SctpCookie * | getStateCookie () const |
| virtual SctpCookie * | getStateCookieForUpdate () |
| virtual void | setStateCookie (SctpCookie *stateCookie) |
| virtual void | setUnrecognizedParametersArraySize (size_t size) |
| virtual size_t | getUnrecognizedParametersArraySize () const |
| virtual uint8_t | getUnrecognizedParameters (size_t k) const |
| virtual void | setUnrecognizedParameters (size_t k, uint8_t unrecognizedParameters) |
| virtual void | insertUnrecognizedParameters (size_t k, uint8_t unrecognizedParameters) |
| void | insertUnrecognizedParameters (uint8_t unrecognizedParameters) |
| virtual void | appendUnrecognizedParameters (uint8_t unrecognizedParameters) |
| virtual void | eraseUnrecognizedParameters (size_t k) |
Public Member Functions inherited from inet::sctp::SctpChunk | |
| SctpChunk (const char *name=nullptr) | |
| SctpChunk (const SctpChunk &other) | |
| virtual | ~SctpChunk () |
| SctpChunk & | operator= (const SctpChunk &other) |
| virtual uint8_t | getSctpChunkType () const |
| virtual void | setSctpChunkType (uint8_t sctpChunkType) |
| virtual uint32_t | getFlags () const |
| virtual void | setFlags (uint32_t flags) |
| virtual unsigned short | getLength () const |
| virtual void | setLength (unsigned short length) |
| virtual void | setChunkNameArraySize (size_t size) |
| virtual size_t | getChunkNameArraySize () const |
| virtual char | getChunkName (size_t k) const |
| virtual void | setChunkName (size_t k, char chunkName) |
| virtual void | insertChunkName (size_t k, char chunkName) |
| void | insertChunkName (char chunkName) |
| virtual void | appendChunkName (char chunkName) |
| virtual void | eraseChunkName (size_t k) |
Protected Member Functions | |
| bool | operator== (const SctpCookieEchoChunk &)=delete |
Protected Member Functions inherited from inet::sctp::SctpChunk | |
| bool | operator== (const SctpChunk &)=delete |
Protected Attributes | |
| char * | cookie = nullptr |
| size_t | cookie_arraysize = 0 |
| SctpCookie * | stateCookie = nullptr |
| uint8_t * | unrecognizedParameters = nullptr |
| size_t | unrecognizedParameters_arraysize = 0 |
Protected Attributes inherited from inet::sctp::SctpChunk | |
| uint8_t | sctpChunkType = 0 |
| uint32_t | flags = 0 |
| unsigned short | length = 0 |
| char * | chunkName = nullptr |
| size_t | chunkName_arraysize = 0 |
Private Member Functions | |
| void | copy (const SctpCookieEchoChunk &other) |
Class generated from inet/transportlayer/sctp/SctpHeader.msg:93 by opp_msgtool.
class SctpCookieEchoChunk extends SctpChunk { char cookie[]; SctpCookie *stateCookie; uint8_t unrecognizedParameters[]; //for the serializer to send an Error chunk bundled with a Cookie-Echo }
| inet::sctp::SctpCookieEchoChunk::SctpCookieEchoChunk | ( | const char * | name = nullptr | ) |
| inet::sctp::SctpCookieEchoChunk::SctpCookieEchoChunk | ( | const SctpCookieEchoChunk & | other | ) |
|
virtual |
|
virtual |
|
virtual |
|
private |
|
inlineoverridevirtual |
Reimplemented from inet::sctp::SctpChunk.
Referenced by inet::sctp::SctpAssociation::retransmitCookieEcho(), and inet::sctp::SctpAssociation::sendCookieEcho().
|
virtual |
|
virtual |
|
virtual |
Referenced by inet::sctp::SctpHeaderSerializer::serialize().
|
virtual |
|
virtual |
|
inlinevirtual |
|
virtual |
Referenced by inet::sctp::SctpHeaderSerializer::serialize().
|
virtual |
Referenced by inet::sctp::SctpHeaderSerializer::serialize().
|
inline |
|
virtual |
|
virtual |
|
inline |
| SctpCookieEchoChunk& inet::sctp::SctpCookieEchoChunk::operator= | ( | const SctpCookieEchoChunk & | other | ) |
|
protecteddelete |
|
overridevirtual |
Reimplemented from inet::sctp::SctpChunk.
Referenced by inet::sctp::doParsimPacking().
|
overridevirtual |
Reimplemented from inet::sctp::SctpChunk.
Referenced by inet::sctp::doParsimUnpacking().
|
virtual |
Referenced by inet::sctp::SctpAssociation::sendCookieEcho().
|
virtual |
Referenced by inet::sctp::SctpAssociation::sendCookieEcho().
|
virtual |
|
virtual |
Referenced by inet::sctp::SctpAssociation::sendCookieEcho().
|
virtual |
Referenced by inet::sctp::SctpAssociation::sendCookieEcho().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |