IpsecPacketInfo Struct Reference

IP packet information. More...

#include <ipsec.h>

Data Fields

IpAddr localIpAddr
 Local IP address. More...
 
IpAddr remoteIpAddr
 Remote IP address. More...
 
uint8_t nextProtocol
 Next layer protocol. More...
 
uint16_t localPort
 Local port. More...
 
uint16_t remotePort
 Remote port. More...
 

Detailed Description

IP packet information.

Definition at line 319 of file ipsec.h.

Field Documentation

◆ localIpAddr

IpAddr localIpAddr

Local IP address.

Definition at line 321 of file ipsec.h.

◆ localPort

uint16_t localPort

Local port.

Definition at line 324 of file ipsec.h.

◆ nextProtocol

uint8_t nextProtocol

Next layer protocol.

Definition at line 323 of file ipsec.h.

◆ remoteIpAddr

IpAddr remoteIpAddr

Remote IP address.

Definition at line 322 of file ipsec.h.

◆ remotePort

uint16_t remotePort

Remote port.

Definition at line 325 of file ipsec.h.


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