Dependent function: SctpSctSapStatistics
The following SCTPSctSapSts structure contains statistics for the specified SCTP upper SAP:
typedef struct _sctpSctSapSts /* SCTP Statistics for SCTSAP */
{
S16 swtch; /* Protocol switch */
U16 spare1; /* alignment */
DateTime dt; /* date and time when statistics counters are */
/* initialized to zero */
SCTPByteSts sbByteSts; /* Statistics counters for total incoming and /*
/*outgoing bytes */
} SCTPSctSapSts;
The SCTPSctSapSts structure contains the following fields:
Field |
Type |
Description |
swtch |
S16 |
SCTP protocol in use. Only value is LBS_SW_RFC_REL1 (RFC 4460). |
spare1 |
U16 |
Alignment. |
dt |
Structure |
Date and time when the statistics for this SAP were initialized to zero, defined by DateTime (for SCTP). |
sbByteSts |
Structure |
Statistics counters for incoming and outgoing bytes, defined by SCTPByteSts. |