ReactOS 0.4.15-dev-7928-g68a8619
_tagTcpIpPacketParsingResult Union Reference

#include <ndis56common.h>

Collaboration diagram for _tagTcpIpPacketParsingResult:

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
 

Detailed Description

Definition at line 839 of file ndis56common.h.

Member Data Documentation

◆ 

struct { ... } _tagTcpIpPacketParsingResult::@996

◆ fixedIpCS

ULONG _tagTcpIpPacketParsingResult::fixedIpCS

Definition at line 853 of file ndis56common.h.

Referenced by ParaNdis_PacketMapper().

◆ fixedXxpCS

ULONG _tagTcpIpPacketParsingResult::fixedXxpCS

Definition at line 854 of file ndis56common.h.

Referenced by ParaNdis_CheckRxChecksum().

◆ ipCheckSum

ULONG _tagTcpIpPacketParsingResult::ipCheckSum

Definition at line 845 of file ndis56common.h.

Referenced by ParaNdis_CheckRxChecksum(), and ParaNdis_PacketMapper().

◆ ipHeaderSize

ULONG _tagTcpIpPacketParsingResult::ipHeaderSize

Definition at line 857 of file ndis56common.h.

Referenced by ParaNdis_PacketMapper(), and QueryTcpHeaderOffset().

◆ ipStatus

ULONG _tagTcpIpPacketParsingResult::ipStatus

Definition at line 843 of file ndis56common.h.

Referenced by ParaNdis_CheckRxChecksum().

◆ IsFragment

ULONG _tagTcpIpPacketParsingResult::IsFragment

Definition at line 855 of file ndis56common.h.

Referenced by ParaNdis_CheckRxChecksum().

◆ reserved

ULONG _tagTcpIpPacketParsingResult::reserved

Definition at line 856 of file ndis56common.h.

◆ TcpUdp

ULONG _tagTcpIpPacketParsingResult::TcpUdp

Definition at line 852 of file ndis56common.h.

Referenced by ParaNdis_CheckRxChecksum().

◆ value

ULONG _tagTcpIpPacketParsingResult::value

Definition at line 860 of file ndis56common.h.

Referenced by ParaNdis_CheckRxChecksum().

◆ xxpCheckSum

ULONG _tagTcpIpPacketParsingResult::xxpCheckSum

Definition at line 847 of file ndis56common.h.

Referenced by ParaNdis_CheckRxChecksum().

◆ xxpFull

ULONG _tagTcpIpPacketParsingResult::xxpFull

Definition at line 851 of file ndis56common.h.

◆ XxpIpHeaderSize

ULONG _tagTcpIpPacketParsingResult::XxpIpHeaderSize

Definition at line 858 of file ndis56common.h.

Referenced by CalculateTotalOffloadSize(), and ParaNdis_PacketMapper().

◆ xxpStatus

ULONG _tagTcpIpPacketParsingResult::xxpStatus

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