-
SCTP_MAX_NUM_ADDRESSES - this parameter specifies the maximum number of addresses that an endpoint may have
-
SCTP_ulp_Callbacks - This struct containes the pointers to ULP callback functions.
-
SCTP_Instance_Parameters - This struct contains some parameters that may be set or got with the sctp_getInstanceParams()/sctp_setInstanceParams() functions.
-
SCTP_Association_Status - This struct contains the data to be returned to the ULP with the sctp_getAssocStatus() function primitive.
-
SCTP_Path_Status - this struct contains path specific parameters, so these values can only be retrieved/set, when the association already exists !
-
sctp_registerUdpCallback - this function is supposed to open and bind a UDP socket listening on a port to incoming udp pakets on a local interface (a local union sockunion address)
-
sctp_registerStdinCallback - this function is supposed to register a callback function for catching input from the Unix STDIN file descriptor.
-
sctp_startTimer - This function adds a callback that is to be called some time from now.
-
sctp_stopTimer - This function stops a previously started timer.
-
sctp_restartTimer - Restarts a timer currently running
-
sctp_getTime - helper function that returns a 32Bit-value representing current time in msecs Beware, this counter wraps about once per 20 days.
Alphabetic index Hierarchy of classes
This page was generated with the help of DOC++.