Sa_IpsecSysStats_t Struct Reference
[SA LLD Data Structures]

SALLD IPSEC 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 IPSEC System Statistics Structure.

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

Definition at line 2057 of file salld.h.


Field Documentation

Number of Authentication failures

Definition at line 2060 of file salld.h.

Total Number of Packets decrypted Upper 32 bits

Definition at line 2063 of file salld.h.

Total Number of Packets decrypted Lower 32 bits

Definition at line 2064 of file salld.h.

Total Number of Packets encrypted Upper 32 bits

Definition at line 2061 of file salld.h.

Total Number of Packets encrypted Lower 32 bits

Definition at line 2062 of file salld.h.

Number of replay failures with duplicated packets

Definition at line 2059 of file salld.h.

Number of replay failures with old packets

Definition at line 2058 of file salld.h.


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

Copyright 2014, Texas Instruments Incorporated