Sa_SrtpSysStats_t Struct Reference
[SA LLD Data Structures]

SALLD SRTP System Statistics Structure. More...

#include <salld.h>

Data Fields

uint32_t replayOld
uint32_t replayDup
uint32_t authFail
uint32_t pktEncHi
uint32_t pktEncLo
uint32_t pktDecHi
uint32_t pktDecLo

Detailed Description

SALLD SRTP System Statistics Structure.

This structure defines the SRTP-specific system statistics provided upon request with Sa_getSysStats().

Definition at line 2040 of file salld.h.


Field Documentation

Number of Authentication failures

Definition at line 2043 of file salld.h.

Total Number of Packets decrypted Upper 32 bits

Definition at line 2046 of file salld.h.

Total Number of Packets decrypted Lower 32 bits

Definition at line 2047 of file salld.h.

Total Number of Packets encrypted Upper 32 bits

Definition at line 2044 of file salld.h.

Total Number of Packets encrypted Lower 32 bits

Definition at line 2045 of file salld.h.

Number of replay failures with duplicated packets

Definition at line 2042 of file salld.h.

Number of replay failures with old packets

Definition at line 2041 of file salld.h.


The documentation for this struct was generated from the following file:

Copyright 2014, Texas Instruments Incorporated