|
ReactOS 0.4.16-dev-1946-g52006dd
|
Public Attributes | |
| ULONG | ipph_src |
| ULONG | ipph_dest |
| UCHAR | ipph_zero |
| UCHAR | ipph_protocol |
| USHORT | ipph_length |
Definition at line 67 of file sw-offload.c.
| ULONG _tagIPv4PseudoHeader::ipph_dest |
Definition at line 69 of file sw-offload.c.
Referenced by CalculateIpv4PseudoHeaderChecksum().
| USHORT _tagIPv4PseudoHeader::ipph_length |
Definition at line 72 of file sw-offload.c.
Referenced by CalculateIpv4PseudoHeaderChecksum().
| UCHAR _tagIPv4PseudoHeader::ipph_protocol |
Definition at line 71 of file sw-offload.c.
Referenced by CalculateIpv4PseudoHeaderChecksum().
| ULONG _tagIPv4PseudoHeader::ipph_src |
Definition at line 68 of file sw-offload.c.
Referenced by CalculateIpv4PseudoHeaderChecksum().
| UCHAR _tagIPv4PseudoHeader::ipph_zero |
Definition at line 70 of file sw-offload.c.
Referenced by CalculateIpv4PseudoHeaderChecksum().