IpsecSelector Struct Reference

IPsec selector. More...

#include <ipsec.h>

Data Fields

IpsecAddrRange localIpAddr
 Local IP address range. More...
 
IpsecAddrRange remoteIpAddr
 Remote IP address range. More...
 
uint8_t nextProtocol
 Next layer protocol. More...
 
IpsecPortRange localPort
 Local port range. More...
 
IpsecPortRange remotePort
 Remote port range. More...
 

Detailed Description

IPsec selector.

Definition at line 301 of file ipsec.h.

Field Documentation

◆ localIpAddr

IpsecAddrRange localIpAddr

Local IP address range.

Definition at line 303 of file ipsec.h.

◆ localPort

IpsecPortRange localPort

Local port range.

Definition at line 306 of file ipsec.h.

◆ nextProtocol

uint8_t nextProtocol

Next layer protocol.

Definition at line 305 of file ipsec.h.

◆ remoteIpAddr

IpsecAddrRange remoteIpAddr

Remote IP address range.

Definition at line 304 of file ipsec.h.

◆ remotePort

IpsecPortRange remotePort

Remote port range.

Definition at line 307 of file ipsec.h.


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