#include <Packet.h>
Data Fields | |
| LIST_ENTRY | ListElement |
| Used to handle lists of packets. More... | |
| PIRP | Irp |
| Irp that performed the request. More... | |
| PMDL | pMdl |
| MDL mapping the buffer of the packet. More... | |
| BOOLEAN | FreeBufAfterWrite |
| True if the memory buffer associated with the packet must be freed after a call to NdisSend(). More... | |
The driver uses this structure to wrap a NDIS_PACKET structure. This allows to handle correctly the callback structure of NdisTransferData(), handling multiple requests and maintaining information about the IRPs to complete.
Definition at line 242 of file Packet.h.
|
|
True if the memory buffer associated with the packet must be freed after a call to NdisSend().
|
|
|
Irp that performed the request.
|
|
|
Used to handle lists of packets.
|
|
|
MDL mapping the buffer of the packet.
|
documentation. Copyright (c) 2002 Politecnico di Torino. All rights reserved.