|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
| NDIS_STATUS | InitNdisPools () |
| VOID | CloseNdisPools () |
| __inline INT | SkipToOffset (PNDIS_BUFFER Buffer, UINT Offset, PCHAR *Data, PUINT Size) |
| void | GetDataPtr (PNDIS_PACKET Packet, UINT Offset, PCHAR *DataOut, PUINT Size) |
| NDIS_STATUS | AllocatePacketWithBufferX (PNDIS_PACKET *NdisPacket, PCHAR Data, UINT Len, PCHAR File, UINT Line) |
| VOID | FreeNdisPacketX (PNDIS_PACKET Packet, PCHAR File, UINT Line) |
Variables | |
| NDIS_HANDLE | GlobalPacketPool = NULL |
| NDIS_HANDLE | GlobalBufferPool = NULL |
| NDIS_STATUS AllocatePacketWithBufferX | ( | PNDIS_PACKET * | NdisPacket, |
| PCHAR | Data, | ||
| UINT | Len, | ||
| PCHAR | File, | ||
| UINT | Line | ||
| ) |
Definition at line 82 of file routines.c.
| VOID CloseNdisPools | ( | ) |
| VOID FreeNdisPacketX | ( | PNDIS_PACKET | Packet, |
| PCHAR | File, | ||
| UINT | Line | ||
| ) |
Definition at line 117 of file routines.c.
| void GetDataPtr | ( | PNDIS_PACKET | Packet, |
| UINT | Offset, | ||
| PCHAR * | DataOut, | ||
| PUINT | Size | ||
| ) |
Definition at line 65 of file routines.c.
| NDIS_STATUS InitNdisPools | ( | ) |
Definition at line 6 of file routines.c.
Referenced by DriverEntry().
Definition at line 24 of file routines.c.
Referenced by GetDataPtr().
| NDIS_HANDLE GlobalBufferPool = NULL |
Definition at line 4 of file routines.c.
Referenced by AllocatePacketWithBuffer(), AllocatePacketWithBufferX(), CloseNdisPools(), InitNdisPools(), and PrependPacket().
| NDIS_HANDLE GlobalPacketPool = NULL |
Definition at line 3 of file routines.c.
Referenced by AllocatePacketWithBuffer(), AllocatePacketWithBufferX(), CloseNdisPools(), and InitNdisPools().