-
min - macro to return the minimum of two values
-
SCTP_CONTROLDATA - SCTP-control structure.
-
localData - pointer to the current controller structure.
-
sci_timer_expired - Defines the callback function that is called when an (INIT, COOKIE, SHUTDOWN etc) timer expires.
-
scu_associate - This function is called to initiate the setup an association.
-
scu_shutdown - function initiates the shutdown of this association
-
scu_abort - this function aborts this association
-
scr_init - scr_init is called by bundling when a init message is received from the peer.
-
scr_initAck - scr_initAck is called by bundling when a init acknowledgement was received from the peer.
-
scr_cookie_echo - scr_cookie_echo is called by bundling when a cookie echo chunk was received from the peer.
-
scr_cookieAck - scr_cookieAck is called by bundling when a cookieAck chunk was received from the peer.
-
scr_shutdown - scr_shutdown is called by bundling when a shutdown chunk was received from the peer.
-
scr_shutdownAck - scr_shutdownAck is called by bundling when a shutdownAck chunk was received from the peer.
-
scr_shutdownComplete - scr_shutdownComplete is called by bundling when a SHUTDOWN COMPLETE chunk was received from the peer.
-
scr_abort - scr_abort is called by bundling when an ABORT chunk was received from the peer.
-
scr_staleCookie - scr_staleCookie is called by bundling when a 'stale cookie' error chunk was received.
-
sci_getState - sci_getState is called by distribution to get the state of the current SCTP-control instance.
-
sci_allChunksAcked - Called by reliable transfer if all (sent !) chunks in its retransmission queue have been acked.
-
sci_newSCTP_control - newSCTP_control allocates data for a new SCTP-Control instance
-
sci_deleteSCTP_control - deleteSCTP_control frees memory allocated for a SCTP-Control instance
-
sci_getMaxAssocRetransmissions - get current parameter value for assocMaxRetransmissions
-
sci_getMaxInitRetransmissions - get current parameter value for assocMaxInitRetransmissions
-
sci_getCookieLifeTime - get current parameter value for cookieLifeTime
-
sci_setMaxAssocRetransmissions - set new parameter value for assocMaxRetransmissions
-
sci_setMaxInitRetransmissions - set new parameter value for assocMaxRetransmissions
-
sci_setCookieLifeTime - set new parameter value for cookieLifeTime
Used function prefixes:
- scu_ for primitives originating from the ULP
- scr_ for primitives originating from the peer
- sci_ for SCTP-internal calls
Alphabetic index Hierarchy of classes
This page was generated with the help of DOC++.