mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
- Add definition of NDIS_TASK_OFFLOAD_HEADER
svn path=/trunk/; revision=41134
This commit is contained in:
parent
0b648bb995
commit
623370604d
1 changed files with 9 additions and 0 deletions
|
@ -965,6 +965,15 @@ typedef struct _NDIS_ENCAPSULATION_FORMAT {
|
|||
ULONG EncapsulationHeaderSize;
|
||||
} NDIS_ENCAPSULATION_FORMAT, *PNDIS_ENCAPSULATION_FORMAT;
|
||||
|
||||
typedef struct _NDIS_TASK_OFFLOAD_HEADER
|
||||
{
|
||||
ULONG Version;
|
||||
ULONG Size;
|
||||
ULONG Reserved;
|
||||
ULONG OffsetFirstTask;
|
||||
NDIS_ENCAPSULATION_FORMAT EncapsulationFormat;
|
||||
} NDIS_TASK_OFFLOAD_HEADER, *PNDIS_TASK_OFFLOAD_HEADER;
|
||||
|
||||
typedef struct _NDIS_TASK_TCP_IP_CHECKSUM {
|
||||
struct {
|
||||
ULONG IpOptionsSupported:1;
|
||||
|
|
Loading…
Reference in a new issue