Sa_IpsecStats_t Struct Reference
[SA LLD Data Structures]

SALLD IPSEC Statistics Structure. More...

#include <salld.h>

Data Fields

Sa_Replay_Cxt_t replayCxt
uint32_t replayOld
uint32_t replayDup
uint32_t authFail
uint32_t txRollover
uint32_t txESN
uint32_t txSN
uint32_t rxESN
uint32_t pktEncHi
uint32_t pktEncLo
uint32_t pktDecHi
uint32_t pktDecLo
uint32_t txByteCountHi
uint32_t txByteCountLo
uint32_t rxByteCountHi
uint32_t rxByteCountLo

Detailed Description

SALLD IPSEC Statistics Structure.

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

Definition at line 1820 of file salld.h.


Field Documentation

Number of Authentication failures

Definition at line 1824 of file salld.h.

Total Number of Packets decrypted with this key (64-bits) Upper 32 bits

Definition at line 1831 of file salld.h.

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

Definition at line 1832 of file salld.h.

Total Number of Packets encrypted with this key (64-bits) Upper 32 bits

Definition at line 1829 of file salld.h.

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

Definition at line 1830 of file salld.h.

Snapshot of the replay context

Definition at line 1821 of file salld.h.

Number of replay failures with duplicated packets

Definition at line 1823 of file salld.h.

Number of replay failures with old packets

Definition at line 1822 of file salld.h.

Total bytes processed by SA on RX (64-bits) Upper 32 bits

Definition at line 1835 of file salld.h.

Total bytes processed by SA on RX (64-bits) Lower 32 bits

Definition at line 1836 of file salld.h.

RX ESN (32 bits)

Definition at line 1828 of file salld.h.

Total bytes processed by SA on TX (64-bits) Upper 32 bits

Definition at line 1833 of file salld.h.

Total bytes processed by SA on TX (64-bits) Lower 32 bits

Definition at line 1834 of file salld.h.

Tx ESN (32-bits)

Definition at line 1826 of file salld.h.

Number of Tx packets dropped due to rollover error, i.e. the sequence number exceed its limit (0xFFFFFFFF)

Definition at line 1825 of file salld.h.

Sequence Number (32-bits) of the last transmitted packet

Definition at line 1827 of file salld.h.


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

Copyright 2014, Texas Instruments Incorporated