#include "stdarg.h"#include "ntddk.h"#include "ntiologc.h"#include "ndis.h"#include "debug.h"#include "packet.h"Go to the source code of this file.
Functions | |
| NTSTATUS | NPF_Write (IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp) |
| Writes a raw packet to the network. More... | |
| INT | NPF_BufferedWrite (IN PIRP Irp, IN PCHAR UserBuff, IN ULONG UserBuffSize, BOOLEAN Sync) |
| Writes a buffer of raw packets to the network. More... | |
| VOID | NPF_SendComplete (IN NDIS_HANDLE ProtocolBindingContext, IN PNDIS_PACKET pPacket, IN NDIS_STATUS Status) |
| Ends a send operation. More... | |
documentation. Copyright (c) 2002 Politecnico di Torino. All rights reserved.