ReactOS 0.4.16-dev-334-g4d9f67c
|
Public Attributes | |
IPV6_ADDRESS | ipph_src |
IPV6_ADDRESS | ipph_dest |
ULONG | ipph_length |
UCHAR | z1 |
UCHAR | z2 |
UCHAR | z3 |
UCHAR | ipph_protocol |
Definition at line 76 of file sw-offload.c.
IPV6_ADDRESS _tagIPv6PseudoHeader::ipph_dest |
Definition at line 78 of file sw-offload.c.
Referenced by CalculateIpv6PseudoHeaderChecksum().
ULONG _tagIPv6PseudoHeader::ipph_length |
Definition at line 79 of file sw-offload.c.
Referenced by CalculateIpv6PseudoHeaderChecksum().
UCHAR _tagIPv6PseudoHeader::ipph_protocol |
Definition at line 83 of file sw-offload.c.
Referenced by CalculateIpv6PseudoHeaderChecksum().
IPV6_ADDRESS _tagIPv6PseudoHeader::ipph_src |
Definition at line 77 of file sw-offload.c.
Referenced by CalculateIpv6PseudoHeaderChecksum().
UCHAR _tagIPv6PseudoHeader::z1 |
Definition at line 80 of file sw-offload.c.
Referenced by CalculateIpv6PseudoHeaderChecksum().
UCHAR _tagIPv6PseudoHeader::z2 |
Definition at line 81 of file sw-offload.c.
Referenced by CalculateIpv6PseudoHeaderChecksum().
UCHAR _tagIPv6PseudoHeader::z3 |
Definition at line 82 of file sw-offload.c.
Referenced by CalculateIpv6PseudoHeaderChecksum().