OpenVPN
Data Fields
openvpn_ipv6hdr Struct Reference

#include <proto.h>

Data Fields

uint8_t version_prio
 
uint8_t flow_lbl [3]
 
uint16_t payload_len
 
uint8_t nexthdr
 
uint8_t hop_limit
 
struct in6_addr saddr
 
struct in6_addr daddr
 

Detailed Description

Definition at line 135 of file proto.h.

Field Documentation

◆ daddr

struct in6_addr openvpn_ipv6hdr::daddr

◆ flow_lbl

uint8_t openvpn_ipv6hdr::flow_lbl[3]

Definition at line 137 of file proto.h.

◆ hop_limit

uint8_t openvpn_ipv6hdr::hop_limit

Definition at line 140 of file proto.h.

◆ nexthdr

uint8_t openvpn_ipv6hdr::nexthdr

Definition at line 139 of file proto.h.

Referenced by ipv6_send_icmp_unreachable(), and mss_fixup_ipv6().

◆ payload_len

uint16_t openvpn_ipv6hdr::payload_len

Definition at line 138 of file proto.h.

Referenced by ipv6_send_icmp_unreachable(), and mss_fixup_ipv6().

◆ saddr

struct in6_addr openvpn_ipv6hdr::saddr

Definition at line 142 of file proto.h.

Referenced by ipv6_send_icmp_unreachable(), and mroute_extract_addr_ip().

◆ version_prio

uint8_t openvpn_ipv6hdr::version_prio

Definition at line 136 of file proto.h.

Referenced by ipv6_send_icmp_unreachable().


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