IpsecSpdEntry Struct Reference

Security Policy Database (SPD) entry. More...

#include <ipsec.h>

Data Fields

IpsecPolicyAction policyAction
 Processing choice (DISCARD, BYPASS or PROTECT) More...
 
uint_t pfpFlags
 PFP flags. More...
 
IpsecSelector selector
 Traffic selector. More...
 
IpsecMode mode
 IPsec mode (tunnel or transport) More...
 
IpsecProtocol protocol
 Security protocol (AH or ESP) More...
 
bool_t esn
 Extended sequence numbers. More...
 
IpAddr localTunnelAddr
 Local tunnel IP address. More...
 
IpAddr remoteTunnelAddr
 Remote tunnel IP address. More...
 

Detailed Description

Security Policy Database (SPD) entry.

Definition at line 343 of file ipsec.h.

Field Documentation

◆ esn

bool_t esn

Extended sequence numbers.

Definition at line 350 of file ipsec.h.

◆ localTunnelAddr

IpAddr localTunnelAddr

Local tunnel IP address.

Definition at line 351 of file ipsec.h.

◆ mode

IpsecMode mode

IPsec mode (tunnel or transport)

Definition at line 348 of file ipsec.h.

◆ pfpFlags

uint_t pfpFlags

PFP flags.

Definition at line 346 of file ipsec.h.

◆ policyAction

IpsecPolicyAction policyAction

Processing choice (DISCARD, BYPASS or PROTECT)

Definition at line 345 of file ipsec.h.

◆ protocol

IpsecProtocol protocol

Security protocol (AH or ESP)

Definition at line 349 of file ipsec.h.

◆ remoteTunnelAddr

IpAddr remoteTunnelAddr

Remote tunnel IP address.

Definition at line 352 of file ipsec.h.

◆ selector

IpsecSelector selector

Traffic selector.

Definition at line 347 of file ipsec.h.


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