ReactOS 0.4.15-dev-8100-g1887773
_tagChecksumCheckResult Struct Reference

#include <ndis56common.h>

Collaboration diagram for _tagChecksumCheckResult:

Public Attributes

union {
   struct {
      ULONG   TcpFailed:1
 
      ULONG   UdpFailed:1
 
      ULONG   IpFailed:1
 
      ULONG   TcpOK:1
 
      ULONG   UdpOK:1
 
      ULONG   IpOK:1
 
   }   flags
 
   ULONG   value
 
}; 
 

Detailed Description

Definition at line 244 of file ndis56common.h.

Member Data Documentation

◆ 

union { ... } _tagChecksumCheckResult::@995

◆ 

struct { ... } _tagChecksumCheckResult::flags

◆ IpFailed

ULONG _tagChecksumCheckResult::IpFailed

Definition at line 252 of file ndis56common.h.

◆ IpOK

ULONG _tagChecksumCheckResult::IpOK

Definition at line 255 of file ndis56common.h.

◆ TcpFailed

ULONG _tagChecksumCheckResult::TcpFailed

Definition at line 250 of file ndis56common.h.

◆ TcpOK

ULONG _tagChecksumCheckResult::TcpOK

Definition at line 253 of file ndis56common.h.

◆ UdpFailed

ULONG _tagChecksumCheckResult::UdpFailed

Definition at line 251 of file ndis56common.h.

◆ UdpOK

ULONG _tagChecksumCheckResult::UdpOK

Definition at line 254 of file ndis56common.h.

◆ value

ULONG _tagChecksumCheckResult::value

Definition at line 257 of file ndis56common.h.

Referenced by ParaNdis_CheckRxChecksum(), and ParaNdis_IndicateReceivedPacket().


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