|
INET Framework for OMNeT++/OMNEST
|
|
| enum | SctpState {
SCTP_S_CLOSED = 0,
SCTP_S_COOKIE_WAIT = FSM_Steady(1),
SCTP_S_COOKIE_ECHOED = FSM_Steady(2),
SCTP_S_ESTABLISHED = FSM_Steady(3),
SCTP_S_SHUTDOWN_PENDING = FSM_Steady(4),
SCTP_S_SHUTDOWN_SENT = FSM_Steady(5),
SCTP_S_SHUTDOWN_RECEIVED = FSM_Steady(6),
SCTP_S_SHUTDOWN_ACK_SENT = FSM_Steady(7)
} |
| |
| enum | SctpEventCode {
SCTP_E_ASSOCIATE,
SCTP_E_OPEN_PASSIVE,
SCTP_E_ABORT,
SCTP_E_SHUTDOWN,
SCTP_E_CLOSE,
SCTP_E_SEND,
SCTP_E_RCV_INIT,
SCTP_E_RCV_ABORT,
SCTP_E_RCV_VALID_COOKIE_ECHO,
SCTP_E_RCV_INIT_ACK,
SCTP_E_RCV_COOKIE_ACK,
SCTP_E_RCV_SHUTDOWN,
SCTP_E_RCV_SHUTDOWN_ACK,
SCTP_E_RCV_SHUTDOWN_COMPLETE,
SCTP_E_NO_MORE_OUTSTANDING,
SCTP_E_TIMEOUT_INIT_TIMER,
SCTP_E_TIMEOUT_SHUTDOWN_TIMER,
SCTP_E_TIMEOUT_RTX_TIMER,
SCTP_E_TIMEOUT_HEARTBEAT_TIMER,
SCTP_E_IGNORE,
SCTP_E_RECEIVE,
SCTP_E_DUP_RECEIVED,
SCTP_E_PRIMARY,
SCTP_E_DELIVERED,
SCTP_E_QUEUE_MSGS_LIMIT,
SCTP_E_QUEUE_BYTES_LIMIT,
SCTP_E_SEND_QUEUE_LIMIT,
SCTP_E_SEND_SHUTDOWN_ACK,
SCTP_E_STOP_SENDING,
SCTP_E_STREAM_RESET,
SCTP_E_RESET_ASSOC,
SCTP_E_ADD_STREAMS,
SCTP_E_SEND_ASCONF,
SCTP_E_SET_STREAM_PRIO,
SCTP_E_ACCEPT,
SCTP_E_SET_RTO_INFO,
SCTP_E_ACCEPT_SOCKET_ID
} |
| |
| enum | SCTPChunkTypes {
DATA = 0,
INIT = 1,
INIT_ACK = 2,
SACK = 3,
HEARTBEAT = 4,
HEARTBEAT_ACK = 5,
ABORT = 6,
SHUTDOWN = 7,
SHUTDOWN_ACK = 8,
ERRORTYPE = 9,
COOKIE_ECHO = 10,
COOKIE_ACK = 11,
SHUTDOWN_COMPLETE = 14,
AUTH = 15,
NR_SACK = 16,
ASCONF_ACK = 128,
PKTDROP = 129,
RE_CONFIG = 130,
FORWARD_TSN = 192,
ASCONF = 193,
IFORWARD_TSN = 194
} |
| |
| enum | SctpPrMethods {
PR_NONE = 0,
PR_TTL = 1,
PR_RTX = 2,
PR_PRIO = 3,
PR_STRRST = 4
} |
| |
| enum | SctpStreamResetConstants {
NOTHING_TO_DO = 0,
PERFORMED = 1,
DENIED = 2,
WRONG_SSN = 3,
REQUEST_IN_PROGRESS = 4,
NO_RESET = 5,
DEFERRED = 6,
RESET_OUTGOING = 7,
RESET_INCOMING = 8,
RESET_BOTH = 9,
SSN_TSN = 10,
ADD_INCOMING = 11,
ADD_OUTGOING = 12,
OUTGOING_RESET_REQUEST_PARAMETER = 13,
INCOMING_RESET_REQUEST_PARAMETER = 14,
SSN_TSN_RESET_REQUEST_PARAMETER = 15,
STREAM_RESET_RESPONSE_PARAMETER = 16,
ADD_OUTGOING_STREAMS_REQUEST_PARAMETER = 17,
ADD_INCOMING_STREAMS_REQUEST_PARAMETER = 18,
ADD_BOTH = 19,
PERFORMED_WITH_OPTION = 20,
PERFORMED_WITH_ADDOUT = 21
} |
| |
| enum | SctpAddIPCorrelatedTypes {
SET_PRIMARY_ADDRESS = 49156,
ADAPTATION_LAYER_INDICATION = 49158,
SUPPORTED_EXTENSIONS = 32776,
ADD_IP_ADDRESS = 49153,
DELETE_IP_ADDRESS = 49154,
ERROR_CAUSE_INDICATION = 49155,
SUCCESS_INDICATION = 49157,
ERROR_DELETE_LAST_IP_ADDRESS = 160,
ERROR_DELETE_SOURCE_ADDRESS = 162
} |
| |
| enum | SctpParameterTypes {
UNRECOGNIZED_PARAMETER = 8,
SUPPORTED_ADDRESS_TYPES = 12,
FORWARD_TSN_SUPPORTED_PARAMETER = 49152,
RANDOM = 32770,
CHUNKS = 32771,
HMAC_ALGO = 32772
} |
| |
| enum | SctpErrorCauses { INVALID_STREAM_IDENTIFIER = 1,
NO_USER_DATA = 9,
UNSUPPORTED_HMAC = 261,
MISSING_NAT_ENTRY = 177
} |
| |
| enum | SctpCcModules { RFC4960 = 0
} |
| |
| enum | SctpStreamSchedulers {
ROUND_ROBIN = 0,
ROUND_ROBIN_PACKET = 1,
RANDOM_SCHEDULE = 2,
RANDOM_SCHEDULE_PACKET = 3,
FAIR_BANDWITH = 4,
FAIR_BANDWITH_PACKET = 5,
PRIORITY = 6,
FCFS = 7,
PATH_MANUAL = 8,
PATH_MAP_TO_PATH = 9
} |
| |
|
| | Define_Module (Sctp) |
| |
| | Register_Class (SctpAlg) |
| |
| double | min (const double a, const double b) |
| | Returns the minimum of a and b. More...
|
| |
| double | max (const double a, const double b) |
| | Returns the maximum of a and b. More...
|
| |
| | Define_Module (SctpCrcInsertion) |
| |
| std::ostream & | operator<< (std::ostream &ostr, const SctpSimpleGapList &gapList) |
| |
| std::ostream & | operator<< (std::ostream &ostr, const SctpGapList &gapList) |
| |
| | Register_Class (SctpHeader) |
| |
| | Register_Class (SctpErrorChunk) |
| |
| | Register_Class (SctpStreamResetChunk) |
| |
| | Register_Class (SctpIncomingSsnResetRequestParameter) |
| |
| | Register_Class (SctpAsconfChunk) |
| |
| | Register_Class (SctpAsconfAckChunk) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpChunk &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpChunk &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpInitChunk &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpInitChunk &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpInitAckChunk &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpInitAckChunk &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpCookieEchoChunk &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpCookieEchoChunk &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpCookie &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpCookie &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpCookieAckChunk &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpCookieAckChunk &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpDataMsg &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpDataMsg &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpDataChunk &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpDataChunk &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpForwardTsnChunk &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpForwardTsnChunk &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpSackChunk &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpSackChunk &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpAbortChunk &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpAbortChunk &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpHeartbeatChunk &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpHeartbeatChunk &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpHeartbeatAckChunk &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpHeartbeatAckChunk &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpShutdownChunk &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpShutdownChunk &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpShutdownAckChunk &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpShutdownAckChunk &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpShutdownCompleteChunk &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpShutdownCompleteChunk &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpParameter &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpParameter &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpPacketDropChunk &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpPacketDropChunk &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpOutgoingSsnResetRequestParameter &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpOutgoingSsnResetRequestParameter &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpSsnTsnResetRequestParameter &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpSsnTsnResetRequestParameter &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpStreamResetResponseParameter &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpStreamResetResponseParameter &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpAddStreamsRequestParameter &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpAddStreamsRequestParameter &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpResetTimer &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpResetTimer &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpAuthenticationChunk &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpAuthenticationChunk &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpAddIPParameter &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpAddIPParameter &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpDeleteIPParameter &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpDeleteIPParameter &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpSetPrimaryIPParameter &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpSetPrimaryIPParameter &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpSupportedExtensionsParameter &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpSupportedExtensionsParameter &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpErrorCauseParameter &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpErrorCauseParameter &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpSimpleErrorCauseParameter &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpSimpleErrorCauseParameter &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const SctpSuccessIndication &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, SctpSuccessIndication &obj) |
| |
| void | doParsimPacking (omnetpp::cCommBuffer *b, const NatMessage &obj) |
| |
| void | doParsimUnpacking (omnetpp::cCommBuffer *b, NatMessage &obj) |
| |
| | Register_Serializer (SctpHeader, SctpHeaderSerializer) |
| |
| | Define_Module (SctpNatHook) |
| |
| | Define_Module (SctpNatTable) |
| |
| | Register_Class (SctpQueue) |
| |
| | Define_Module (SctpUdpHook) |
| |
◆ AddressVector
◆ SctpAddIPCorrelatedTypes
| Enumerator |
|---|
| SET_PRIMARY_ADDRESS | |
| ADAPTATION_LAYER_INDICATION | |
| SUPPORTED_EXTENSIONS | |
| ADD_IP_ADDRESS | |
| DELETE_IP_ADDRESS | |
| ERROR_CAUSE_INDICATION | |
| SUCCESS_INDICATION | |
| ERROR_DELETE_LAST_IP_ADDRESS | |
| ERROR_DELETE_SOURCE_ADDRESS | |
◆ SctpCcModules
◆ SCTPChunkTypes
| Enumerator |
|---|
| DATA | |
| INIT | |
| INIT_ACK | |
| SACK | |
| HEARTBEAT | |
| HEARTBEAT_ACK | |
| ABORT | |
| SHUTDOWN | |
| SHUTDOWN_ACK | |
| ERRORTYPE | |
| COOKIE_ECHO | |
| COOKIE_ACK | |
| SHUTDOWN_COMPLETE | |
| AUTH | |
| NR_SACK | |
| ASCONF_ACK | |
| PKTDROP | |
| RE_CONFIG | |
| FORWARD_TSN | |
| ASCONF | |
| IFORWARD_TSN | |
◆ SctpErrorCauses
| Enumerator |
|---|
| INVALID_STREAM_IDENTIFIER | |
| NO_USER_DATA | |
| UNSUPPORTED_HMAC | |
| MISSING_NAT_ENTRY | |
◆ SctpEventCode
| Enumerator |
|---|
| SCTP_E_ASSOCIATE | |
| SCTP_E_OPEN_PASSIVE | |
| SCTP_E_ABORT | |
| SCTP_E_SHUTDOWN | |
| SCTP_E_CLOSE | |
| SCTP_E_SEND | |
| SCTP_E_RCV_INIT | |
| SCTP_E_RCV_ABORT | |
| SCTP_E_RCV_VALID_COOKIE_ECHO | |
| SCTP_E_RCV_INIT_ACK | |
| SCTP_E_RCV_COOKIE_ACK | |
| SCTP_E_RCV_SHUTDOWN | |
| SCTP_E_RCV_SHUTDOWN_ACK | |
| SCTP_E_RCV_SHUTDOWN_COMPLETE | |
| SCTP_E_NO_MORE_OUTSTANDING | |
| SCTP_E_TIMEOUT_INIT_TIMER | |
| SCTP_E_TIMEOUT_SHUTDOWN_TIMER | |
| SCTP_E_TIMEOUT_RTX_TIMER | |
| SCTP_E_TIMEOUT_HEARTBEAT_TIMER | |
| SCTP_E_IGNORE | |
| SCTP_E_RECEIVE | |
| SCTP_E_DUP_RECEIVED | |
| SCTP_E_PRIMARY | |
| SCTP_E_DELIVERED | |
| SCTP_E_QUEUE_MSGS_LIMIT | |
| SCTP_E_QUEUE_BYTES_LIMIT | |
| SCTP_E_SEND_QUEUE_LIMIT | |
| SCTP_E_SEND_SHUTDOWN_ACK | |
| SCTP_E_STOP_SENDING | |
| SCTP_E_STREAM_RESET | |
| SCTP_E_RESET_ASSOC | |
| SCTP_E_ADD_STREAMS | |
| SCTP_E_SEND_ASCONF | |
| SCTP_E_SET_STREAM_PRIO | |
| SCTP_E_ACCEPT | |
| SCTP_E_SET_RTO_INFO | |
| SCTP_E_ACCEPT_SOCKET_ID | |
◆ SctpParameterTypes
| Enumerator |
|---|
| UNRECOGNIZED_PARAMETER | |
| SUPPORTED_ADDRESS_TYPES | |
| FORWARD_TSN_SUPPORTED_PARAMETER | |
| RANDOM | |
| CHUNKS | |
| HMAC_ALGO | |
◆ SctpPrMethods
| Enumerator |
|---|
| PR_NONE | |
| PR_TTL | |
| PR_RTX | |
| PR_PRIO | |
| PR_STRRST | |
◆ SctpState
| Enumerator |
|---|
| SCTP_S_CLOSED | |
| SCTP_S_COOKIE_WAIT | |
| SCTP_S_COOKIE_ECHOED | |
| SCTP_S_ESTABLISHED | |
| SCTP_S_SHUTDOWN_PENDING | |
| SCTP_S_SHUTDOWN_SENT | |
| SCTP_S_SHUTDOWN_RECEIVED | |
| SCTP_S_SHUTDOWN_ACK_SENT | |
◆ SctpStreamResetConstants
| Enumerator |
|---|
| NOTHING_TO_DO | |
| PERFORMED | |
| DENIED | |
| WRONG_SSN | |
| REQUEST_IN_PROGRESS | |
| NO_RESET | |
| DEFERRED | |
| RESET_OUTGOING | |
| RESET_INCOMING | |
| RESET_BOTH | |
| SSN_TSN | |
| ADD_INCOMING | |
| ADD_OUTGOING | |
| OUTGOING_RESET_REQUEST_PARAMETER | |
| INCOMING_RESET_REQUEST_PARAMETER | |
| SSN_TSN_RESET_REQUEST_PARAMETER | |
| STREAM_RESET_RESPONSE_PARAMETER | |
| ADD_OUTGOING_STREAMS_REQUEST_PARAMETER | |
| ADD_INCOMING_STREAMS_REQUEST_PARAMETER | |
| ADD_BOTH | |
| PERFORMED_WITH_OPTION | |
| PERFORMED_WITH_ADDOUT | |
◆ SctpStreamSchedulers
| Enumerator |
|---|
| ROUND_ROBIN | |
| ROUND_ROBIN_PACKET | |
| RANDOM_SCHEDULE | |
| RANDOM_SCHEDULE_PACKET | |
| FAIR_BANDWITH | |
| FAIR_BANDWITH_PACKET | |
| PRIORITY | |
| FCFS | |
| PATH_MANUAL | |
| PATH_MAP_TO_PATH | |
◆ Define_Module() [1/5]
| inet::sctp::Define_Module |
( |
Sctp |
| ) |
|
◆ Define_Module() [2/5]
◆ Define_Module() [3/5]
◆ Define_Module() [4/5]
◆ Define_Module() [5/5]
◆ doParsimPacking() [1/32]
| void inet::sctp::doParsimPacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
const NatMessage & |
obj |
|
) |
| |
|
inline |
2532 {obj.parsimPack(
b);}
◆ doParsimPacking() [2/32]
| void inet::sctp::doParsimPacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
const SctpAbortChunk & |
obj |
|
) |
| |
|
inline |
1187 {obj.parsimPack(
b);}
◆ doParsimPacking() [3/32]
| void inet::sctp::doParsimPacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
const SctpAddIPParameter & |
obj |
|
) |
| |
|
inline |
2210 {obj.parsimPack(
b);}
◆ doParsimPacking() [4/32]
1906 {obj.parsimPack(
b);}
◆ doParsimPacking() [5/32]
2015 {obj.parsimPack(
b);}
◆ doParsimPacking() [6/32]
| void inet::sctp::doParsimPacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
const SctpChunk & |
obj |
|
) |
| |
|
inline |
◆ doParsimPacking() [7/32]
| void inet::sctp::doParsimPacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
const SctpCookie & |
obj |
|
) |
| |
|
inline |
◆ doParsimPacking() [8/32]
| void inet::sctp::doParsimPacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
const SctpCookieAckChunk & |
obj |
|
) |
| |
|
inline |
◆ doParsimPacking() [9/32]
◆ doParsimPacking() [10/32]
| void inet::sctp::doParsimPacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
const SctpDataChunk & |
obj |
|
) |
| |
|
inline |
◆ doParsimPacking() [11/32]
| void inet::sctp::doParsimPacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
const SctpDataMsg & |
obj |
|
) |
| |
|
inline |
◆ doParsimPacking() [12/32]
2252 {obj.parsimPack(
b);}
◆ doParsimPacking() [13/32]
2378 {obj.parsimPack(
b);}
◆ doParsimPacking() [14/32]
1003 {obj.parsimPack(
b);}
◆ doParsimPacking() [15/32]
1295 {obj.parsimPack(
b);}
◆ doParsimPacking() [16/32]
| void inet::sctp::doParsimPacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
const SctpHeartbeatChunk & |
obj |
|
) |
| |
|
inline |
1241 {obj.parsimPack(
b);}
◆ doParsimPacking() [17/32]
| void inet::sctp::doParsimPacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
const SctpInitAckChunk & |
obj |
|
) |
| |
|
inline |
◆ doParsimPacking() [18/32]
| void inet::sctp::doParsimPacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
const SctpInitChunk & |
obj |
|
) |
| |
|
inline |
◆ doParsimPacking() [19/32]
1701 {obj.parsimPack(
b);}
◆ doParsimPacking() [20/32]
1577 {obj.parsimPack(
b);}
◆ doParsimPacking() [21/32]
| void inet::sctp::doParsimPacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
const SctpParameter & |
obj |
|
) |
| |
|
inline |
1511 {obj.parsimPack(
b);}
◆ doParsimPacking() [22/32]
| void inet::sctp::doParsimPacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
const SctpResetTimer & |
obj |
|
) |
| |
|
inline |
1957 {obj.parsimPack(
b);}
◆ doParsimPacking() [23/32]
| void inet::sctp::doParsimPacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
const SctpSackChunk & |
obj |
|
) |
| |
|
inline |
1150 {obj.parsimPack(
b);}
◆ doParsimPacking() [24/32]
2294 {obj.parsimPack(
b);}
◆ doParsimPacking() [25/32]
1362 {obj.parsimPack(
b);}
◆ doParsimPacking() [26/32]
| void inet::sctp::doParsimPacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
const SctpShutdownChunk & |
obj |
|
) |
| |
|
inline |
1331 {obj.parsimPack(
b);}
◆ doParsimPacking() [27/32]
1398 {obj.parsimPack(
b);}
◆ doParsimPacking() [28/32]
2414 {obj.parsimPack(
b);}
◆ doParsimPacking() [29/32]
1809 {obj.parsimPack(
b);}
◆ doParsimPacking() [30/32]
1860 {obj.parsimPack(
b);}
◆ doParsimPacking() [31/32]
2450 {obj.parsimPack(
b);}
◆ doParsimPacking() [32/32]
2337 {obj.parsimPack(
b);}
◆ doParsimUnpacking() [1/32]
| void inet::sctp::doParsimUnpacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
NatMessage & |
obj |
|
) |
| |
|
inline |
2533 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [2/32]
| void inet::sctp::doParsimUnpacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
SctpAbortChunk & |
obj |
|
) |
| |
|
inline |
1188 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [3/32]
2211 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [4/32]
1907 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [5/32]
2016 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [6/32]
| void inet::sctp::doParsimUnpacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
SctpChunk & |
obj |
|
) |
| |
|
inline |
252 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [7/32]
| void inet::sctp::doParsimUnpacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
SctpCookie & |
obj |
|
) |
| |
|
inline |
714 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [8/32]
745 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [9/32]
639 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [10/32]
| void inet::sctp::doParsimUnpacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
SctpDataChunk & |
obj |
|
) |
| |
|
inline |
944 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [11/32]
| void inet::sctp::doParsimUnpacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
SctpDataMsg & |
obj |
|
) |
| |
|
inline |
858 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [12/32]
2253 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [13/32]
2379 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [14/32]
1004 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [15/32]
1296 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [16/32]
1242 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [17/32]
| void inet::sctp::doParsimUnpacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
SctpInitAckChunk & |
obj |
|
) |
| |
|
inline |
578 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [18/32]
| void inet::sctp::doParsimUnpacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
SctpInitChunk & |
obj |
|
) |
| |
|
inline |
406 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [19/32]
1702 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [20/32]
1578 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [21/32]
| void inet::sctp::doParsimUnpacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
SctpParameter & |
obj |
|
) |
| |
|
inline |
1512 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [22/32]
| void inet::sctp::doParsimUnpacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
SctpResetTimer & |
obj |
|
) |
| |
|
inline |
1958 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [23/32]
| void inet::sctp::doParsimUnpacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
SctpSackChunk & |
obj |
|
) |
| |
|
inline |
1151 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [24/32]
2295 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [25/32]
1363 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [26/32]
| void inet::sctp::doParsimUnpacking |
( |
omnetpp::cCommBuffer * |
b, |
|
|
SctpShutdownChunk & |
obj |
|
) |
| |
|
inline |
1332 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [27/32]
1399 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [28/32]
2415 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [29/32]
1810 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [30/32]
1861 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [31/32]
2451 {obj.parsimUnpack(
b);}
◆ doParsimUnpacking() [32/32]
2338 {obj.parsimUnpack(
b);}
◆ max()
| double inet::sctp::max |
( |
const double |
a, |
|
|
const double |
b |
|
) |
| |
|
inline |
Returns the maximum of a and b.
266 {
return (a <
b) ?
b : a; }
Referenced by inet::HeatMapPlotFigure::bakeValues(), inet::EthernetCsmaMac::canContinueBurst(), inet::VoipStreamSender::checkSilence(), inet::sctp::SctpAssociation::choosePathForRetransmission(), inet::queueing::DynamicClassifier::classifyPacket(), inet::BvhTree::computeBoundingBox(), inet::Prism::computeBoundingBoxSize(), inet::Polyhedron::computeBoundingBoxSize(), inet::Polygon::computeSize(), inet::physicallayer::ConvolutionalCode::ConvolutionalCode(), inet::osg::createQuadGeometry(), inet::visualizer::SceneOsgVisualizerBase::createSceneFloor(), inet::sctp::SctpAssociation::cwndUpdateAfterRtxTimeout(), inet::sctp::SctpAssociation::cwndUpdateAfterSack(), inet::sctp::SctpAssociation::cwndUpdateBeforeSack(), inet::tcp::TcpBaseAlg::established(), inet::SimpleVoipReceiver::evaluateTalkspurt(), inet::IntervalTree::fixupMaxHigh(), inet::LabeledIconFigure::getBounds(), inet::Box::getCenter(), inet::visualizer::RadioCanvasVisualizer::getGainRadius(), inet::sctp::SctpAssociation::getInitialCwnd(), inet::Box::getMax(), inet::visualizer::SceneOsgVisualizerBase::getNetworkBoundingSphere(), inet::Gpsr::getPlanarNeighbors(), inet::visualizer::SceneVisualizerBase::getSceneBounds(), inet::Box::getSize(), inet::aodv::Aodv::handleHelloMessage(), inet::RandomDriftOscillator::handleMessage(), inet::aodv::Aodv::handleRREP(), inet::aodv::Aodv::handleRREQ(), inet::TelnetApp::handleStartOperation(), inet::TcpBasicClientApp::handleStartOperation(), inet::UdpVideoStreamClient::handleStartOperation(), inet::UdpSink::handleStartOperation(), inet::UdpBasicApp::handleStartOperation(), inet::UdpBasicBurst::handleStartOperation(), inet::DhcpServer::handleStartOperation(), inet::DhcpClient::handleStartOperation(), inet::physicallayer::Ieee80211OfdmInterleaver::Ieee80211OfdmInterleaver(), inet::OperationalMixin< cSimpleModule >::initialize(), inet::Box::isUnspecified(), inet::layoutSubmodulesWithGates(), inet::IntervalTree::leftRotate(), inet::SpatialGrid::LineSegmentIterator::LineSegmentIterator(), inet::queueing::StatisticalRateLimiter::matchesPacket(), inet::tcp::memp_init(), inet::EligibilityTimeMeter::meterPacket(), inet::PimDm::multicastPacketArrivedOnRpfInterface(), inet::physicallayer::DimensionalTransmitterBase::normalize(), inet::physicalenvironment::PhysicalEnvironment::parseObjects(), inet::math::PeriodicallyInterpolated1DFunction< R, X >::partition(), inet::math::Rasterized2DFunction< R, X, Y >::partition(), inet::math::PeriodicallyInterpolated2DFunction< R, X, Y >::partition(), inet::sctp::SctpAssociation::pmRttMeasurement(), inet::Rip::processResponse(), inet::tcp::TcpNewReno::recalculateSlowStartThreshold(), inet::tcp::TcpReno::recalculateSlowStartThreshold(), inet::tcp::TcpTahoe::recalculateSlowStartThreshold(), inet::tcp::TcpVegas::recalculateSlowStartThreshold(), inet::tcp::TcpReno::receivedDataAck(), inet::tcp::DcTcp::receivedDataAck(), inet::utils::filters::MaxPerGroupFilter::receiveSignal(), inet::LinearGaugeFigure::redrawTicks(), inet::ThermometerFigure::redrawTicks(), inet::GaugeFigure::redrawTicks(), inet::ProgressMeterFigure::refresh(), inet::CounterFigure::refresh(), inet::SignalFigure::refresh(), inet::BarFigure::refreshDisplay(), inet::visualizer::GateScheduleCanvasVisualizer::refreshGateVisualization(), inet::IntervalTree::rightRotate(), inet::Ipv4NetworkConfigurator::routesCanBeNeighbors(), inet::TcpSessionApp::sendData(), inet::tcp::TcpBaseAlg::sendData(), inet::tcp::TcpSegmentTransmitInfoList::set(), inet::HeatMapPlotFigure::setPixelSafe(), inet::Posture::setPostureSpeed(), inet::SctpSocket::setRtoInfo(), inet::TcpSessionApp::socketEstablished(), inet::queueing::CreditBasedGate::updateCurrentCredit(), and inet::aodv::Aodv::updateValidRouteLifeTime().
◆ min()
| double inet::sctp::min |
( |
const double |
a, |
|
|
const double |
b |
|
) |
| |
|
inline |
Returns the minimum of a and b.
261 {
return (a <
b) ? a :
b; }
Referenced by inet::RealTimeScheduler::advanceSimTime(), inet::Ipv4NetworkConfigurator::assignAddresses(), inet::sctp::SctpAssociation::bytesAllowedToSend(), inet::Prism::computeBoundingBoxSize(), inet::Polyhedron::computeBoundingBoxSize(), inet::ieee80211::OriginatorBlockAckAgreementHandler::computeEarliestExpirationTime(), inet::ieee80211::RecipientBlockAckAgreementHandler::computeEarliestExpirationTime(), inet::Polygon::computeSize(), inet::BitsChunk::convertChunk(), inet::BitCountChunk::convertChunk(), inet::ByteCountChunk::convertChunk(), inet::BytesChunk::convertChunk(), inet::SliceChunk::convertChunk(), inet::SequenceChunk::convertChunk(), inet::Chunk::convertChunk(), inet::SpatialGrid::coordToMatrixIndices(), inet::osg::createQuadGeometry(), inet::sctp::SctpAssociation::createSack(), inet::visualizer::SceneOsgVisualizerBase::createSceneFloor(), inet::sctp::SctpAssociation::cwndUpdateBytesAcked(), inet::physicallayer::Ieee80211OfdmRadio::decapsulate(), inet::tcp::TcpBaseAlg::established(), inet::CsmaCaMac::generateBackoffPeriod(), inet::VoipStreamSender::generatePacket(), inet::Chunk::getBinDumpLine(), inet::LabeledIconFigure::getBounds(), inet::Box::getCenter(), inet::Chunk::getHexDumpLine(), inet::ieee80211::SequentialFs::getHistory(), inet::sctp::SctpAssociation::getInitialCwnd(), inet::Box::getMin(), inet::visualizer::SceneVisualizerBase::getSceneBounds(), inet::Box::getSize(), inet::RandomDriftOscillator::handleMessage(), inet::Box::isUnspecified(), inet::physicalenvironment::PhysicalEnvironment::parseObjects(), inet::math::PeriodicallyInterpolated1DFunction< R, X >::partition(), inet::math::Rasterized2DFunction< R, X, Y >::partition(), inet::math::PeriodicallyInterpolated2DFunction< R, X, Y >::partition(), inet::ByteCountChunk::peekUnchecked(), inet::BitsChunk::peekUnchecked(), inet::BytesChunk::peekUnchecked(), inet::BitCountChunk::peekUnchecked(), inet::SliceChunk::peekUnchecked(), inet::PlotFigure::plot(), inet::sctp::SctpAssociation::pmRttMeasurement(), inet::sctp::SctpAssociation::process_TIMEOUT_ASCONF(), inet::sctp::SctpAssociation::process_TIMEOUT_HEARTBEAT(), inet::sctp::SctpAssociation::process_TIMEOUT_RESET(), inet::sctp::SctpAssociation::process_TIMEOUT_RTX(), inet::tcp::TcpConnection::processMSSOption(), inet::Igmpv3::processQuery(), inet::Rip::processResponse(), inet::tcp::TcpNewReno::recalculateSlowStartThreshold(), inet::tcp::TcpReno::recalculateSlowStartThreshold(), inet::tcp::TcpTahoe::recalculateSlowStartThreshold(), inet::tcp::TcpVegas::recalculateSlowStartThreshold(), inet::tcp::TcpNewReno::receivedDataAck(), inet::tcp::DcTcp::receivedDataAck(), inet::tcp::TcpVegas::receivedDataAck(), inet::tcp::TcpVegas::receivedDuplicateAck(), inet::queueing::CreditBasedGate::receiveSignal(), inet::ProgressMeterFigure::refresh(), inet::SignalFigure::refresh(), inet::BarFigure::refreshDisplay(), inet::visualizer::GateScheduleCanvasVisualizer::refreshGateVisualization(), inet::sctp::SctpSimpleGapList::removeFromGapList(), inet::tcp::TcpConnection::retransmitData(), inet::tcp::TcpConnection::retransmitOneSegment(), inet::Ipv4NetworkConfigurator::routesCanBeNeighbors(), inet::Ieee802154Mac::scheduleBackoff(), inet::ieee80211::Contention::scheduleTransmissionRequest(), inet::tcp::TcpBaseAlg::sendData(), inet::tcp::TcpConnection::sendData(), inet::Icmpv6::sendErrorMessage(), inet::Icmp::sendErrorMessage(), inet::sctp::SctpAssociation::sendInitAck(), inet::tcp::TcpConnection::sendOneNewSegment(), inet::Icmp::sendPtbMessage(), inet::sctp::SctpHeaderSerializer::serialize(), inet::tcp::TcpSegmentTransmitInfoList::set(), inet::HeatMapPlotFigure::setPixelSafe(), inet::Posture::setPostureSpeed(), inet::SctpSocket::setRtoInfo(), inet::queueing::CreditBasedGate::updateCurrentCredit(), inet::sctp::SctpSimpleGapList::updateGapList(), and inet::sctp::SctpAssociation::updateOLIA().
◆ operator<<() [1/2]
| std::ostream& inet::sctp::operator<< |
( |
std::ostream & |
ostr, |
|
|
const SctpGapList & |
gapList |
|
) |
| |
|
inline |
174 { gapList.print(ostr);
return ostr; }
◆ operator<<() [2/2]
| std::ostream& inet::sctp::operator<< |
( |
std::ostream & |
ostr, |
|
|
const SctpSimpleGapList & |
gapList |
|
) |
| |
|
inline |
65 { gapList.print(ostr);
return ostr; }
◆ Register_Class() [1/8]
| inet::sctp::Register_Class |
( |
SctpAlg |
| ) |
|
◆ Register_Class() [2/8]
◆ Register_Class() [3/8]
◆ Register_Class() [4/8]
◆ Register_Class() [5/8]
◆ Register_Class() [6/8]
◆ Register_Class() [7/8]
◆ Register_Class() [8/8]
◆ Register_Serializer()
◆ __PACKED__
@ SCTP_E_RCV_INIT
Definition: SctpAssociation.h:68
@ FAIR_BANDWITH
Definition: SctpAssociation.h:195
@ SCTP_S_SHUTDOWN_PENDING
Definition: SctpAssociation.h:51
@ SCTP_E_RCV_SHUTDOWN_COMPLETE
Definition: SctpAssociation.h:75
@ SCTP_E_TIMEOUT_HEARTBEAT_TIMER
Definition: SctpAssociation.h:80
@ SCTP_E_RECEIVE
Definition: SctpAssociation.h:82
@ SCTP_E_RCV_COOKIE_ACK
Definition: SctpAssociation.h:72
@ SCTP_S_ESTABLISHED
Definition: SctpAssociation.h:50
@ SCTP_E_RCV_SHUTDOWN
Definition: SctpAssociation.h:73
@ SET_PRIMARY_ADDRESS
Definition: SctpAssociation.h:159
@ ROUND_ROBIN_PACKET
Definition: SctpAssociation.h:192
@ SCTP_E_SEND_QUEUE_LIMIT
Definition: SctpAssociation.h:88
@ ADD_INCOMING
Definition: SctpAssociation.h:145
@ SCTP_S_SHUTDOWN_RECEIVED
Definition: SctpAssociation.h:53
@ RANDOM
Definition: SctpAssociation.h:174
@ ADD_BOTH
Definition: SctpAssociation.h:153
@ SCTP_E_SHUTDOWN
Definition: SctpAssociation.h:65
@ FORWARD_TSN
Definition: SctpAssociation.h:120
@ ROUND_ROBIN
Definition: SctpAssociation.h:191
@ SCTP_E_QUEUE_MSGS_LIMIT
Definition: SctpAssociation.h:86
@ WRONG_SSN
Definition: SctpAssociation.h:137
@ ADD_IP_ADDRESS
Definition: SctpAssociation.h:162
@ PKTDROP
Definition: SctpAssociation.h:118
@ ERROR_CAUSE_INDICATION
Definition: SctpAssociation.h:164
@ SCTP_E_STREAM_RESET
Definition: SctpAssociation.h:91
@ RESET_INCOMING
Definition: SctpAssociation.h:142
@ PERFORMED_WITH_ADDOUT
Definition: SctpAssociation.h:155
@ PATH_MANUAL
Definition: SctpAssociation.h:199
@ ADD_OUTGOING_STREAMS_REQUEST_PARAMETER
Definition: SctpAssociation.h:151
@ SCTP_E_QUEUE_BYTES_LIMIT
Definition: SctpAssociation.h:87
@ NR_SACK
Definition: SctpAssociation.h:116
@ DELETE_IP_ADDRESS
Definition: SctpAssociation.h:163
@ CHUNKS
Definition: SctpAssociation.h:175
@ RANDOM_SCHEDULE
Definition: SctpAssociation.h:193
@ AUTH
Definition: SctpAssociation.h:115
@ HEARTBEAT_ACK
Definition: SctpAssociation.h:107
@ COOKIE_ACK
Definition: SctpAssociation.h:113
@ SCTP_E_NO_MORE_OUTSTANDING
Definition: SctpAssociation.h:76
@ MISSING_NAT_ENTRY
Definition: SctpAssociation.h:183
@ SCTP_E_RCV_SHUTDOWN_ACK
Definition: SctpAssociation.h:74
@ ADD_OUTGOING
Definition: SctpAssociation.h:146
@ ASCONF
Definition: SctpAssociation.h:121
@ UNSUPPORTED_HMAC
Definition: SctpAssociation.h:182
@ FORWARD_TSN_SUPPORTED_PARAMETER
Definition: SctpAssociation.h:173
@ SCTP_E_TIMEOUT_INIT_TIMER
Definition: SctpAssociation.h:77
@ ABORT
Definition: SctpAssociation.h:108
@ NO_USER_DATA
Definition: SctpAssociation.h:181
@ INVALID_STREAM_IDENTIFIER
Definition: SctpAssociation.h:180
@ ERROR_DELETE_LAST_IP_ADDRESS
Definition: SctpAssociation.h:166
@ SHUTDOWN
Definition: SctpAssociation.h:109
@ SCTP_E_RCV_ABORT
Definition: SctpAssociation.h:69
@ SCTP_E_CLOSE
Definition: SctpAssociation.h:66
@ NOTHING_TO_DO
Definition: SctpAssociation.h:134
@ PERFORMED_WITH_OPTION
Definition: SctpAssociation.h:154
@ SSN_TSN_RESET_REQUEST_PARAMETER
Definition: SctpAssociation.h:149
@ SUCCESS_INDICATION
Definition: SctpAssociation.h:165
@ UNRECOGNIZED_PARAMETER
Definition: SctpAssociation.h:171
@ REQUEST_IN_PROGRESS
Definition: SctpAssociation.h:138
@ SCTP_S_SHUTDOWN_SENT
Definition: SctpAssociation.h:52
@ ASCONF_ACK
Definition: SctpAssociation.h:117
@ SCTP_E_RCV_VALID_COOKIE_ECHO
Definition: SctpAssociation.h:70
@ SCTP_E_ACCEPT_SOCKET_ID
Definition: SctpAssociation.h:98
@ PR_NONE
Definition: SctpAssociation.h:126
@ PATH_MAP_TO_PATH
Definition: SctpAssociation.h:200
@ PRIORITY
Definition: SctpAssociation.h:197
@ SCTP_E_RCV_INIT_ACK
Definition: SctpAssociation.h:71
@ STREAM_RESET_RESPONSE_PARAMETER
Definition: SctpAssociation.h:150
@ SHUTDOWN_ACK
Definition: SctpAssociation.h:110
@ PR_TTL
Definition: SctpAssociation.h:127
@ INIT
Definition: SctpAssociation.h:103
@ PR_PRIO
Definition: SctpAssociation.h:129
@ DEFERRED
Definition: SctpAssociation.h:140
@ ERROR_DELETE_SOURCE_ADDRESS
Definition: SctpAssociation.h:167
@ SCTP_S_COOKIE_ECHOED
Definition: SctpAssociation.h:49
@ SCTP_E_RESET_ASSOC
Definition: SctpAssociation.h:92
@ OUTGOING_RESET_REQUEST_PARAMETER
Definition: SctpAssociation.h:147
@ PR_STRRST
Definition: SctpAssociation.h:130
@ SCTP_E_ABORT
Definition: SctpAssociation.h:64
value< int64_t, units::b > b
Definition: Units.h:1241
@ SUPPORTED_ADDRESS_TYPES
Definition: SctpAssociation.h:172
@ PR_RTX
Definition: SctpAssociation.h:128
@ HMAC_ALGO
Definition: SctpAssociation.h:176
@ NO_RESET
Definition: SctpAssociation.h:139
@ ADD_INCOMING_STREAMS_REQUEST_PARAMETER
Definition: SctpAssociation.h:152
@ SCTP_S_SHUTDOWN_ACK_SENT
Definition: SctpAssociation.h:54
@ SCTP_S_COOKIE_WAIT
Definition: SctpAssociation.h:48
@ SCTP_E_TIMEOUT_RTX_TIMER
Definition: SctpAssociation.h:79
@ ERRORTYPE
Definition: SctpAssociation.h:111
@ SCTP_E_PRIMARY
Definition: SctpAssociation.h:84
@ DATA
Definition: SctpAssociation.h:102
@ INCOMING_RESET_REQUEST_PARAMETER
Definition: SctpAssociation.h:148
@ SCTP_S_CLOSED
Definition: SctpAssociation.h:47
@ SCTP_E_TIMEOUT_SHUTDOWN_TIMER
Definition: SctpAssociation.h:78
@ SCTP_E_DELIVERED
Definition: SctpAssociation.h:85
@ RE_CONFIG
Definition: SctpAssociation.h:119
@ FAIR_BANDWITH_PACKET
Definition: SctpAssociation.h:196
@ SSN_TSN
Definition: SctpAssociation.h:144
@ COOKIE_ECHO
Definition: SctpAssociation.h:112
@ SCTP_E_SEND_ASCONF
Definition: SctpAssociation.h:94
@ SCTP_E_ADD_STREAMS
Definition: SctpAssociation.h:93
@ RESET_OUTGOING
Definition: SctpAssociation.h:141
@ HEARTBEAT
Definition: SctpAssociation.h:106
@ INIT_ACK
Definition: SctpAssociation.h:104
@ ADAPTATION_LAYER_INDICATION
Definition: SctpAssociation.h:160
@ SCTP_E_DUP_RECEIVED
Definition: SctpAssociation.h:83
@ SCTP_E_SET_STREAM_PRIO
Definition: SctpAssociation.h:95
@ SCTP_E_SEND_SHUTDOWN_ACK
Definition: SctpAssociation.h:89
@ SCTP_E_ACCEPT
Definition: SctpAssociation.h:96
@ SACK
Definition: SctpAssociation.h:105
@ SCTP_E_OPEN_PASSIVE
Definition: SctpAssociation.h:63
@ FCFS
Definition: SctpAssociation.h:198
@ SCTP_E_IGNORE
Definition: SctpAssociation.h:81
@ SCTP_E_SEND
Definition: SctpAssociation.h:67
@ IFORWARD_TSN
Definition: SctpAssociation.h:122
@ SUPPORTED_EXTENSIONS
Definition: SctpAssociation.h:161
@ RESET_BOTH
Definition: SctpAssociation.h:143
@ SCTP_E_SET_RTO_INFO
Definition: SctpAssociation.h:97
@ SHUTDOWN_COMPLETE
Definition: SctpAssociation.h:114
@ SCTP_E_ASSOCIATE
Definition: SctpAssociation.h:62
@ RFC4960
Definition: SctpAssociation.h:187
@ PERFORMED
Definition: SctpAssociation.h:135
@ RANDOM_SCHEDULE_PACKET
Definition: SctpAssociation.h:194
@ DENIED
Definition: SctpAssociation.h:136
@ SCTP_E_STOP_SENDING
Definition: SctpAssociation.h:90