Sa_SrtpStats_t Struct Reference
[SA LLD Data Structures]

SALLD SRTP Statistics Structure. More...

#include <salld.h>

Data Fields

uint32_t replayOld
uint32_t replayDup
uint32_t authFail
uint32_t txROC
uint32_t rxROC
uint16_t txRekey
uint16_t rxRekey
uint16_t pktEncHi
uint32_t pktEncLo
uint16_t pktDecHi
uint32_t pktDecLo

Detailed Description

SALLD SRTP Statistics Structure.

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

Definition at line 1782 of file salld.h.


Field Documentation

Number of Authentication failures

Definition at line 1785 of file salld.h.

Total Number of Packets decrypted with this key (48-bits) Upper 16 bits

Definition at line 1792 of file salld.h.

Total Number of Packets decrypted with this key (48-bits) Lower 32 bits

Definition at line 1793 of file salld.h.

Total Number of Packets encrypted with this key (48-bits) Upper 16 bits

Definition at line 1790 of file salld.h.

Total Number of Packets encrypted with this key (48-bits) Lower 32 bits

Definition at line 1791 of file salld.h.

Number of replay failures with duplicated packets

Definition at line 1784 of file salld.h.

Number of replay failures with old packets

Definition at line 1783 of file salld.h.

Number of times re-keying happened in Rx

Definition at line 1789 of file salld.h.

RX Roll-Over Counter (32 bits)

Definition at line 1787 of file salld.h.

Number of times re-keying happened in Tx

Definition at line 1788 of file salld.h.

Tx Roll-over Counter (32-bits)

Definition at line 1786 of file salld.h.


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

Copyright 2014, Texas Instruments Incorporated