SCTPGenSta

Dependent function: SctpGenStatus

The following SCTP structure contains general SCTP status information:

typedef struct _sctpGenSta       /* General Solicited Status */
{
 
   U8          status;         /* Status */
    U8          spare1;         /* alignment */
    U16         spare2;         /* alignment */
    Size        memSize;        /* Memory Size Reserved (U32) */
    Size        memAlloc;       /* Memory Size Allocated (U32) */
    U16         nmbAssoc;       /* Number of open associations */
    U16         nmbEndp;        /* Number of open endpoints */
    U16         nmbLocalAddr;   /* Number of local addresses in use */
    U16         nmbPeerAddr;    /* Number of peer addresses in use */
1`} SCTPGenSta;

The SCTPGenSta structure contains the following fields:

Field

Type

Description

status

U8

Unused.

spare1

U8

Alignment.

spare2

U16

Alignment.

memSize

Size

Total static memory reserved for SCTP, in octets.

memAlloc

Size

Total static memory currently allocated by SCTP, in octets.

nmbAssoc

U16

Number of open SCTP associations.

nmbEndp

U16

Number of open endpoints.

nmbLocalAddr

U16

Number of local addresses used by SCTP.

nmbPeerAddr

U16

Number of peer addresses used by SCTP.