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 315 of file ipsec.h.

Field Documentation

◆ localIpAddr

IpAddr localIpAddr

Local IP address.

Definition at line 317 of file ipsec.h.

◆ localPort

uint16_t localPort

Local port.

Definition at line 320 of file ipsec.h.

◆ nextProtocol

uint8_t nextProtocol

Next layer protocol.

Definition at line 319 of file ipsec.h.

◆ remoteIpAddr

IpAddr remoteIpAddr

Remote IP address.

Definition at line 318 of file ipsec.h.

◆ remotePort

uint16_t remotePort

Remote port.

Definition at line 321 of file ipsec.h.


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