Dependent function: SctpSapStatus
The following SCTPSapSta structure contains status information for the SCT SAP:
typedef struct _sctpSapSta /* SAP Status */
{
S16 swtch; /* Protocol Switch */
U8 hlSt; /* SAP State */
U8 spare1; /* alignment */
} SCTPSapSta;
The SctpSapStatus structure contains the following fields:
Field |
Type |
Description |
swtch |
S16 |
SCTP protocol in use. Only value is LBS_SW_RFC_REL1 (RFC 4460). |
hlst |
U8 |
High level upper SAP state. Valid values are: LSB_SAP_UBND_DSBL = Configured and disabled. LSB_SAP_BND_ENBL = Bound and enabled. |
spare1 |
U8 |
Alignment. |