ReactOS 0.4.16-dev-257-g6aa11ac
|
#include <lan.h>
Public Attributes | |
NDIS_HANDLE | NdisProtocolHandle |
KSPIN_LOCK | Lock |
LIST_ENTRY | AdapterListHead |
LIST_ENTRY | ProtocolListHead |
UINT | AdapterId |
UINT | ProtoId |
UINT _LAN_DEVICE_EXT::AdapterId |
Definition at line 106 of file lan.h.
Referenced by LANRegisterAdapter().
LIST_ENTRY _LAN_DEVICE_EXT::AdapterListHead |
Definition at line 104 of file lan.h.
Referenced by DriverEntry(), FindAdapterByIndex(), LanEnumAdapters(), LANRegisterAdapter(), LANRegisterProtocol(), and LANUnregisterProtocol().
KSPIN_LOCK _LAN_DEVICE_EXT::Lock |
Definition at line 103 of file lan.h.
Referenced by DriverEntry(), LanAdapterInfo(), LanCloseProtocol(), LanCreateProtocol(), LanEnumAdapters(), LanReadData(), LANRegisterAdapter(), LanSetBufferedMode(), LANTransmitInternal(), LANUnregisterProtocol(), and ProtocolTransferDataComplete().
NDIS_HANDLE _LAN_DEVICE_EXT::NdisProtocolHandle |
Definition at line 102 of file lan.h.
Referenced by LANRegisterAdapter(), LANRegisterProtocol(), and LANUnregisterProtocol().
LIST_ENTRY _LAN_DEVICE_EXT::ProtocolListHead |
Definition at line 105 of file lan.h.
Referenced by DriverEntry(), LanCreateProtocol(), LANRegisterProtocol(), and ProtocolTransferDataComplete().
UINT _LAN_DEVICE_EXT::ProtoId |
Definition at line 107 of file lan.h.
Referenced by LanCreateProtocol().