OpenVPN
|
#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 |
struct in6_addr openvpn_ipv6hdr::daddr |
Definition at line 143 of file proto.h.
Referenced by drop_if_recursive_routing(), ipv6_send_icmp_unreachable(), and mroute_extract_addr_ip().
uint8_t openvpn_ipv6hdr::nexthdr |
Definition at line 139 of file proto.h.
Referenced by ipv6_send_icmp_unreachable(), and mss_fixup_ipv6().
uint16_t openvpn_ipv6hdr::payload_len |
Definition at line 138 of file proto.h.
Referenced by ipv6_send_icmp_unreachable(), and mss_fixup_ipv6().
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().
uint8_t openvpn_ipv6hdr::version_prio |
Definition at line 136 of file proto.h.
Referenced by ipv6_send_icmp_unreachable().