|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define NDEBUG |
Definition at line 11 of file protocol.c.
|
static |
Definition at line 383 of file protocol.c.
Referenced by NduBindAdapter().
| VOID NTAPI NduBindAdapter | ( | PNDIS_STATUS | Status, |
| NDIS_HANDLE | BindContext, | ||
| PNDIS_STRING | DeviceName, | ||
| PVOID | SystemSpecific1, | ||
| PVOID | SystemSpecific2 | ||
| ) |
Definition at line 538 of file protocol.c.
Referenced by DriverEntry().
| VOID NTAPI NduCloseAdapterComplete | ( | NDIS_HANDLE | ProtocolBindingContext, |
| NDIS_STATUS | Status | ||
| ) |
Definition at line 31 of file protocol.c.
Referenced by DriverEntry().
| NDIS_STATUS NTAPI NduNetPnPEvent | ( | NDIS_HANDLE | ProtocolBindingContext, |
| PNET_PNP_EVENT | NetPnPEvent | ||
| ) |
Definition at line 45 of file protocol.c.
Referenced by DriverEntry().
| VOID NTAPI NduOpenAdapterComplete | ( | NDIS_HANDLE | ProtocolBindingContext, |
| NDIS_STATUS | Status, | ||
| NDIS_STATUS | OpenStatus | ||
| ) |
Definition at line 16 of file protocol.c.
Referenced by DriverEntry().
| NDIS_STATUS NTAPI NduReceive | ( | NDIS_HANDLE | ProtocolBindingContext, |
| NDIS_HANDLE | MacReceiveContext, | ||
| PVOID | HeaderBuffer, | ||
| UINT | HeaderBufferSize, | ||
| PVOID | LookAheadBuffer, | ||
| UINT | LookaheadBufferSize, | ||
| UINT | PacketSize | ||
| ) |
Definition at line 166 of file protocol.c.
Referenced by DriverEntry().
| VOID NTAPI NduReceiveComplete | ( | NDIS_HANDLE | ProtocolBindingContext | ) |
| VOID NTAPI NduRequestComplete | ( | NDIS_HANDLE | ProtocolBindingContext, |
| PNDIS_REQUEST | NdisRequest, | ||
| NDIS_STATUS | Status | ||
| ) |
Definition at line 151 of file protocol.c.
Referenced by DriverEntry().
| VOID NTAPI NduResetComplete | ( | NDIS_HANDLE | ProtocolBindingContext, |
| NDIS_STATUS | Status | ||
| ) |
Definition at line 137 of file protocol.c.
Referenced by DriverEntry().
| VOID NTAPI NduSendComplete | ( | NDIS_HANDLE | ProtocolBindingContext, |
| PNDIS_PACKET | Packet, | ||
| NDIS_STATUS | Status | ||
| ) |
Definition at line 106 of file protocol.c.
Referenced by DriverEntry().
| VOID NTAPI NduStatus | ( | NDIS_HANDLE | ProtocolBindingContext, |
| NDIS_STATUS | GeneralStatus, | ||
| PVOID | StatusBuffer, | ||
| UINT | StatusBufferSize | ||
| ) |
Definition at line 282 of file protocol.c.
Referenced by DriverEntry().
| VOID NTAPI NduStatusComplete | ( | NDIS_HANDLE | ProtocolBindingContext | ) |
Definition at line 292 of file protocol.c.
Referenced by DriverEntry().
| VOID NTAPI NduTransferDataComplete | ( | NDIS_HANDLE | ProtocolBindingContext, |
| PNDIS_PACKET | Packet, | ||
| NDIS_STATUS | Status, | ||
| UINT | BytesTransferred | ||
| ) |
Definition at line 121 of file protocol.c.
Referenced by DriverEntry().
| VOID NTAPI NduUnbindAdapter | ( | PNDIS_STATUS | Status, |
| NDIS_HANDLE | ProtocolBindingContext, | ||
| NDIS_HANDLE | UnbindContext | ||
| ) |
Definition at line 550 of file protocol.c.
Referenced by DriverEntry().
|
static |
Definition at line 299 of file protocol.c.
Referenced by NduUnbindAdapter().