SCTP management function summary

NaturalAccess SCTP consists of the following synchronous management functions, in which the action is completed before control is returned to the application:

Control functions

Function

Description

SctpMgmtCtrl

Sends a control request to the SCTP layer.

SctpMgmtInit

Initializes internal structures and opens communication with the SCTP process on the TX board. This function must be called before calling any other SCTP management functions.

SctpMgmtTerm

Terminates access to the SCTP management API for this application.


Configuration functions

Function

Description

SctpGetGenCfg

Obtains general configuration parameter values from the SCTP layer.

SctpGetSctSapCfg

Obtains SCTP configuration parameter values from the SCTP layer.

SctpGetTSapCfg

Obtains TSAP configuration parameter values from the SCTP layer.

SctpInitGenCfg

Initializes the provided general configuration structure with default values.

SctpInitSctSapCfg

Initializes the provided SCT SAP configuration structure with default values and the SCT SAP identifier.

SctpInitTSapCfg

Initializes the provided TSAP configuration structure with default values and the TSAP identifier.

SctpSetGenCfg

Configures the SCTP layer with the values contained in the general configuration structure.

SctpSetSctSapCfg

Configures the SCTP layer with the values contained in the SCT SAP configuration structure.

SctpSetTSapCfg

Configures the SCTP layer with the values contained in the TSAP configuration structure.


Status functions

Function

Description

SctpAssocStatus

Obtains status information for the specified SCTP association.

SctpDestTransAddrStatus

Obtains status information for all destination transport addresses within a specific SCTP association.

SctpGenStatus

Obtains general status information from the SCTP layer.

SctpSapStatus

Obtains status information for the specified SCT SAP or TSAP from the SCTP layer.


Statistics functions

Function

Description

DateTime

Defines time stamps that indicate when SCTP statistics counters were initialized to zero.

SctpGenStatistics

Obtains and optionally resets the general statistics for the SCTP layer.

SctpSctSapStatistics

Obtains and optionally resets the statistics for the specified SCT SAP.

SctpTsapStatistics

Obtains and optionally resets the statistics for the specified TSAP.