sctp.h


o SCTP_MAX_NUM_ADDRESSES
this parameter specifies the maximum number of addresses that an endpoint may have
o SCTP_ulp_Callbacks
This struct containes the pointers to ULP callback functions.
o SCTP_Instance_Parameters
This struct contains some parameters that may be set or got with the sctp_getInstanceParams()/sctp_setInstanceParams() functions.
o SCTP_Association_Status
This struct contains the data to be returned to the ULP with the sctp_getAssocStatus() function primitive.
o SCTP_Path_Status
this struct contains path specific parameters, so these values can only be retrieved/set, when the association already exists !
o 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)
o sctp_registerStdinCallback
this function is supposed to register a callback function for catching input from the Unix STDIN file descriptor.
o sctp_startTimer
This function adds a callback that is to be called some time from now.
o sctp_stopTimer
This function stops a previously started timer.
o sctp_restartTimer
Restarts a timer currently running
o 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++.