|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ndis56common.h>

Public Attributes | |
| struct { | |
| ULONG ipStatus: 2 | |
| ULONG ipCheckSum: 2 | |
| ULONG xxpCheckSum: 2 | |
| ULONG xxpStatus: 2 | |
| ULONG xxpFull: 1 | |
| ULONG TcpUdp: 1 | |
| ULONG fixedIpCS: 1 | |
| ULONG fixedXxpCS: 1 | |
| ULONG IsFragment: 1 | |
| ULONG reserved: 3 | |
| ULONG ipHeaderSize: 8 | |
| ULONG XxpIpHeaderSize: 8 | |
| }; | |
| ULONG | value |
Definition at line 839 of file ndis56common.h.
| struct { ... } _tagTcpIpPacketParsingResult::@1117 |
| ULONG _tagTcpIpPacketParsingResult::fixedIpCS |
Definition at line 853 of file ndis56common.h.
Referenced by ParaNdis_PacketMapper().
| ULONG _tagTcpIpPacketParsingResult::fixedXxpCS |
Definition at line 854 of file ndis56common.h.
Referenced by ParaNdis_CheckRxChecksum().
| ULONG _tagTcpIpPacketParsingResult::ipCheckSum |
Definition at line 845 of file ndis56common.h.
Referenced by ParaNdis_CheckRxChecksum(), and ParaNdis_PacketMapper().
| ULONG _tagTcpIpPacketParsingResult::ipHeaderSize |
Definition at line 857 of file ndis56common.h.
Referenced by ParaNdis_PacketMapper(), and QueryTcpHeaderOffset().
| ULONG _tagTcpIpPacketParsingResult::ipStatus |
Definition at line 843 of file ndis56common.h.
Referenced by ParaNdis_CheckRxChecksum().
| ULONG _tagTcpIpPacketParsingResult::IsFragment |
Definition at line 855 of file ndis56common.h.
Referenced by ParaNdis_CheckRxChecksum().
| ULONG _tagTcpIpPacketParsingResult::reserved |
Definition at line 856 of file ndis56common.h.
| ULONG _tagTcpIpPacketParsingResult::TcpUdp |
Definition at line 852 of file ndis56common.h.
Referenced by ParaNdis_CheckRxChecksum().
| ULONG _tagTcpIpPacketParsingResult::value |
Definition at line 860 of file ndis56common.h.
Referenced by ParaNdis_CheckRxChecksum().
| ULONG _tagTcpIpPacketParsingResult::xxpCheckSum |
Definition at line 847 of file ndis56common.h.
Referenced by ParaNdis_CheckRxChecksum().
| ULONG _tagTcpIpPacketParsingResult::xxpFull |
Definition at line 851 of file ndis56common.h.
| ULONG _tagTcpIpPacketParsingResult::XxpIpHeaderSize |
Definition at line 858 of file ndis56common.h.
Referenced by CalculateTotalOffloadSize(), and ParaNdis_PacketMapper().
| ULONG _tagTcpIpPacketParsingResult::xxpStatus |
Definition at line 849 of file ndis56common.h.
Referenced by ParaNdis_CheckRxChecksum(), ProcessTCPHeader(), ProcessUDPHeader(), and QueryTcpHeaderOffset().