IPSEC_SA_LIFETIME0 (Compact 7)
3/12/2014
This structure stores the lifetime in seconds/kilobytes/packets for an IPSec security association (SA).
Syntax
typedef struct IPSEC_SA_LIFETIME0_ {
UINT32 lifetimeSeconds;
UINT32 lifetimeKilobytes;
UINT32 lifetimePackets;
} IPSEC_SA_LIFETIME0;
Members
- lifetimeSeconds
SA lifetime in seconds
- lifetimeKilobytes
SA lifetime in kilobytes
- lifetimePackets
SA lifetime in packets
Requirements
Header |
fwpmu.h |