ReactOS 0.4.15-dev-7906-g1b85a5f
_NDIS_TASK_TCP_IP_CHECKSUM Struct Reference

#include <ndis.h>

Collaboration diagram for _NDIS_TASK_TCP_IP_CHECKSUM:

Public Attributes

struct {
   ULONG   IpOptionsSupported:1
 
   ULONG   TcpOptionsSupported:1
 
   ULONG   TcpChecksum:1
 
   ULONG   UdpChecksum:1
 
   ULONG   IpChecksum:1
 
V4Transmit
 
struct {
   ULONG   IpOptionsSupported:1
 
   ULONG   TcpOptionsSupported:1
 
   ULONG   TcpChecksum:1
 
   ULONG   UdpChecksum:1
 
   ULONG   IpChecksum:1
 
V4Receive
 
struct {
   ULONG   IpOptionsSupported:1
 
   ULONG   TcpOptionsSupported:1
 
   ULONG   TcpChecksum:1
 
   ULONG   UdpChecksum:1
 
V6Transmit
 
struct {
   ULONG   IpOptionsSupported:1
 
   ULONG   TcpOptionsSupported:1
 
   ULONG   TcpChecksum:1
 
   ULONG   UdpChecksum:1
 
V6Receive
 

Detailed Description

Definition at line 1241 of file ndis.h.

Member Data Documentation

◆ IpChecksum

ULONG _NDIS_TASK_TCP_IP_CHECKSUM::IpChecksum

Definition at line 1247 of file ndis.h.

◆ IpOptionsSupported

ULONG _NDIS_TASK_TCP_IP_CHECKSUM::IpOptionsSupported

Definition at line 1243 of file ndis.h.

◆ TcpChecksum

ULONG _NDIS_TASK_TCP_IP_CHECKSUM::TcpChecksum

Definition at line 1245 of file ndis.h.

◆ TcpOptionsSupported

ULONG _NDIS_TASK_TCP_IP_CHECKSUM::TcpOptionsSupported

Definition at line 1244 of file ndis.h.

◆ UdpChecksum

ULONG _NDIS_TASK_TCP_IP_CHECKSUM::UdpChecksum

Definition at line 1246 of file ndis.h.

◆ 

struct { ... } _NDIS_TASK_TCP_IP_CHECKSUM::V4Receive

◆ 

struct { ... } _NDIS_TASK_TCP_IP_CHECKSUM::V4Transmit

◆ 

struct { ... } _NDIS_TASK_TCP_IP_CHECKSUM::V6Receive

◆ 

struct { ... } _NDIS_TASK_TCP_IP_CHECKSUM::V6Transmit

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