|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "ndissys.h"
Go to the source code of this file.
Functions | |
| BOOLEAN NTAPI | EthCreateFilter (IN UINT MaximumMulticastAddresses, IN PUCHAR AdapterAddress, OUT PETH_FILTER *Filter) |
| VOID EXPORT | EthDeleteFilter (IN PETH_FILTER Filter) |
| VOID EXPORT | EthFilterDprIndicateReceive (IN PETH_FILTER Filter, IN NDIS_HANDLE MacReceiveContext, IN PCHAR Address, IN PVOID HeaderBuffer, IN UINT HeaderBufferSize, IN PVOID LookaheadBuffer, IN UINT LookaheadBufferSize, IN UINT PacketSize) |
| VOID EXPORT | EthFilterDprIndicateReceiveComplete (IN PETH_FILTER Filter) |
| BOOLEAN NTAPI EthCreateFilter | ( | IN UINT | MaximumMulticastAddresses, |
| IN PUCHAR | AdapterAddress, | ||
| OUT PETH_FILTER * | Filter | ||
| ) |
Definition at line 16 of file efilter.c.
Referenced by NdisIPnPStartDevice().
| VOID EXPORT EthDeleteFilter | ( | IN PETH_FILTER | Filter | ) |
Definition at line 57 of file efilter.c.
Referenced by NdisIPnPStopDevice().
| VOID EXPORT EthFilterDprIndicateReceive | ( | IN PETH_FILTER | Filter, |
| IN NDIS_HANDLE | MacReceiveContext, | ||
| IN PCHAR | Address, | ||
| IN PVOID | HeaderBuffer, | ||
| IN UINT | HeaderBufferSize, | ||
| IN PVOID | LookaheadBuffer, | ||
| IN UINT | LookaheadBufferSize, | ||
| IN UINT | PacketSize | ||
| ) |
Definition at line 69 of file efilter.c.
Referenced by NdisIPnPStartDevice().
| VOID EXPORT EthFilterDprIndicateReceiveComplete | ( | IN PETH_FILTER | Filter | ) |
Definition at line 113 of file efilter.c.
Referenced by NdisIPnPStartDevice().