ReactOS 0.4.15-dev-7842-g558ab78
_tagIPv6Header Struct Reference

Public Attributes

UCHAR ip6_ver_tc
 
UCHAR ip6_tc_fl
 
USHORT ip6_fl
 
USHORT ip6_payload_len
 
UCHAR ip6_next_header
 
UCHAR ip6_hoplimit
 
IPV6_ADDRESS ip6_src_address
 
IPV6_ADDRESS ip6_dst_address
 

Detailed Description

Definition at line 42 of file sw-offload.c.

Member Data Documentation

◆ ip6_dst_address

IPV6_ADDRESS _tagIPv6Header::ip6_dst_address

Definition at line 50 of file sw-offload.c.

Referenced by CalculateIpv6PseudoHeaderChecksum().

◆ ip6_fl

USHORT _tagIPv6Header::ip6_fl

Definition at line 45 of file sw-offload.c.

◆ ip6_hoplimit

UCHAR _tagIPv6Header::ip6_hoplimit

Definition at line 48 of file sw-offload.c.

◆ ip6_next_header

UCHAR _tagIPv6Header::ip6_next_header

Definition at line 47 of file sw-offload.c.

Referenced by CalculateIpv6PseudoHeaderChecksum(), and QualifyIpPacket().

◆ ip6_payload_len

USHORT _tagIPv6Header::ip6_payload_len

Definition at line 46 of file sw-offload.c.

Referenced by GetXxpHeaderAndPayloadLen(), and QualifyIpPacket().

◆ ip6_src_address

IPV6_ADDRESS _tagIPv6Header::ip6_src_address

Definition at line 49 of file sw-offload.c.

Referenced by CalculateIpv6PseudoHeaderChecksum().

◆ ip6_tc_fl

UCHAR _tagIPv6Header::ip6_tc_fl

Definition at line 44 of file sw-offload.c.

◆ ip6_ver_tc

UCHAR _tagIPv6Header::ip6_ver_tc

Definition at line 43 of file sw-offload.c.


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