|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ndisuio.h>

| KEVENT _NDISUIO_ADAPTER_CONTEXT::AsyncEvent |
Definition at line 23 of file ndisuio.h.
Referenced by BindAdapterByName(), NduCloseAdapterComplete(), NduDispatchWrite(), NduOpenAdapterComplete(), NduReceive(), NduRequestComplete(), NduResetComplete(), NduSendComplete(), NduTransferDataComplete(), QueryAdapterOid(), SetAdapterOid(), and UnbindAdapterByContext().
| NDIS_STATUS _NDISUIO_ADAPTER_CONTEXT::AsyncStatus |
Definition at line 22 of file ndisuio.h.
Referenced by BindAdapterByName(), NduCloseAdapterComplete(), NduDispatchWrite(), NduOpenAdapterComplete(), NduReceive(), NduRequestComplete(), NduResetComplete(), NduSendComplete(), NduTransferDataComplete(), QueryAdapterOid(), SetAdapterOid(), and UnbindAdapterByContext().
| NDIS_HANDLE _NDISUIO_ADAPTER_CONTEXT::BindingHandle |
Definition at line 26 of file ndisuio.h.
Referenced by BindAdapterByName(), NduDispatchWrite(), NduReceive(), QueryAdapterOid(), SetAdapterOid(), and UnbindAdapterByContext().
| NDIS_HANDLE _NDISUIO_ADAPTER_CONTEXT::BufferPoolHandle |
Definition at line 34 of file ndisuio.h.
Referenced by AllocateAndChainBuffer(), and BindAdapterByName().
| UNICODE_STRING _NDISUIO_ADAPTER_CONTEXT::DeviceName |
Definition at line 44 of file ndisuio.h.
Referenced by BindAdapterByName(), FindAdapterContextByName(), NduDispatchClose(), OpenDeviceReadWrite(), QueryAdapterOid(), QueryBinding(), SetAdapterOid(), and UnbindAdapterByContext().
| LIST_ENTRY _NDISUIO_ADAPTER_CONTEXT::ListEntry |
Definition at line 47 of file ndisuio.h.
Referenced by BindAdapterByName(), and UnbindAdapterByContext().
| ULONG _NDISUIO_ADAPTER_CONTEXT::MacOptions |
Definition at line 41 of file ndisuio.h.
Referenced by BindAdapterByName(), and NduReceive().
| ULONG _NDISUIO_ADAPTER_CONTEXT::OpenCount |
Definition at line 29 of file ndisuio.h.
Referenced by BindAdapterByName(), DereferenceAdapterContextWithOpenEntry(), NduReceive(), OpenDeviceReadWrite(), ReferenceAdapterContext(), and UnbindAdapterByContext().
| LIST_ENTRY _NDISUIO_ADAPTER_CONTEXT::OpenEntryList |
Definition at line 30 of file ndisuio.h.
Referenced by BindAdapterByName(), OpenDeviceReadWrite(), and UnbindAdapterByContext().
| LIST_ENTRY _NDISUIO_ADAPTER_CONTEXT::PacketList |
Definition at line 37 of file ndisuio.h.
Referenced by BindAdapterByName(), NduDispatchRead(), NduReceive(), ReadIrpCancel(), and UnbindAdapterByContext().
| NDIS_HANDLE _NDISUIO_ADAPTER_CONTEXT::PacketPoolHandle |
Definition at line 33 of file ndisuio.h.
Referenced by BindAdapterByName(), and CreatePacketFromPoolBuffer().
| KEVENT _NDISUIO_ADAPTER_CONTEXT::PacketReadEvent |
Definition at line 38 of file ndisuio.h.
Referenced by BindAdapterByName(), NduDispatchRead(), NduReceive(), and ReadIrpCancel().
| KSPIN_LOCK _NDISUIO_ADAPTER_CONTEXT::Spinlock |
Definition at line 50 of file ndisuio.h.
Referenced by BindAdapterByName(), DereferenceAdapterContextWithOpenEntry(), NduDispatchRead(), NduReceive(), OpenDeviceReadWrite(), and ReadIrpCancel().