ReactOS 0.4.15-dev-8076-g06e89b2
_NDIS_ENCAPSULATION_FORMAT Struct Reference

#include <ndis.h>

Collaboration diagram for _NDIS_ENCAPSULATION_FORMAT:

Public Attributes

NDIS_ENCAPSULATION Encapsulation
 
struct {
   ULONG   FixedHeaderSize:1
 
   ULONG   Reserved:31
 
Flags
 
ULONG EncapsulationHeaderSize
 

Detailed Description

Definition at line 1215 of file ndis.h.

Member Data Documentation

◆ Encapsulation

NDIS_ENCAPSULATION _NDIS_ENCAPSULATION_FORMAT::Encapsulation

Definition at line 1216 of file ndis.h.

Referenced by ParseOffload(), and ValidateOffloadHeader().

◆ EncapsulationHeaderSize

ULONG _NDIS_ENCAPSULATION_FORMAT::EncapsulationHeaderSize

Definition at line 1221 of file ndis.h.

Referenced by ParseOffload().

◆ FixedHeaderSize

ULONG _NDIS_ENCAPSULATION_FORMAT::FixedHeaderSize

Definition at line 1218 of file ndis.h.

◆ 

struct { ... } _NDIS_ENCAPSULATION_FORMAT::Flags

Referenced by ParseOffload().

◆ Reserved

ULONG _NDIS_ENCAPSULATION_FORMAT::Reserved

Definition at line 1219 of file ndis.h.


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