ReactOS 0.4.16-dev-937-g7afcd2a
|
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 |
Definition at line 42 of file sw-offload.c.
IPV6_ADDRESS _tagIPv6Header::ip6_dst_address |
Definition at line 50 of file sw-offload.c.
Referenced by CalculateIpv6PseudoHeaderChecksum().
USHORT _tagIPv6Header::ip6_fl |
Definition at line 45 of file sw-offload.c.
UCHAR _tagIPv6Header::ip6_hoplimit |
Definition at line 48 of file sw-offload.c.
UCHAR _tagIPv6Header::ip6_next_header |
Definition at line 47 of file sw-offload.c.
Referenced by CalculateIpv6PseudoHeaderChecksum(), and QualifyIpPacket().
USHORT _tagIPv6Header::ip6_payload_len |
Definition at line 46 of file sw-offload.c.
Referenced by GetXxpHeaderAndPayloadLen(), and QualifyIpPacket().
IPV6_ADDRESS _tagIPv6Header::ip6_src_address |
Definition at line 49 of file sw-offload.c.
Referenced by CalculateIpv6PseudoHeaderChecksum().
UCHAR _tagIPv6Header::ip6_tc_fl |
Definition at line 44 of file sw-offload.c.
UCHAR _tagIPv6Header::ip6_ver_tc |
Definition at line 43 of file sw-offload.c.