OFFLOAD_STATE_HEADER structure (ndischimney.h)
[The TCP chimney offload feature is deprecated and should not be used.]
The OFFLOAD_STATE_HEADER structure serves as a header in an offload state structure.
Syntax
typedef struct _OFFLOAD_STATE_HEADER {
ULONG Length;
ULONG RecognizedOptions;
} OFFLOAD_STATE_HEADER, *POFFLOAD_STATE_HEADER;
Members
Length
The total size, in bytes, of the offload state structure that includes the OFFLOAD_STATE_HEADER member. This size includes the size of the OFFLOAD_STATE_HEADER member and the other members of the offload state structure.
RecognizedOptions
Reserved.
Remarks
The following offload state structures include an OFFLOAD_STATE_HEADER structure:
NEIGHBOR_OFFLOAD_STATE_CONST NEIGHBOR_OFFLOAD_STATE_CACHED NEIGHBOR_OFFLOAD_STATE_DELEGATED PATH_OFFLOAD_STATE_DELEGATEDRequirements
Requirement | Value |
---|---|
Header | ndischimney.h (include Ndischimney.h) |