SCTP State Machine Controller


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

Used function prefixes:

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.