ReactOS 0.4.15-dev-7924-g5949c20
_LAN_DEVICE_EXT Struct Reference

#include <lan.h>

Collaboration diagram for _LAN_DEVICE_EXT:

Public Attributes

NDIS_HANDLE NdisProtocolHandle
 
KSPIN_LOCK Lock
 
LIST_ENTRY AdapterListHead
 
LIST_ENTRY ProtocolListHead
 
UINT AdapterId
 
UINT ProtoId
 

Detailed Description

Definition at line 101 of file lan.h.

Member Data Documentation

◆ AdapterId

UINT _LAN_DEVICE_EXT::AdapterId

Definition at line 106 of file lan.h.

Referenced by LANRegisterAdapter().

◆ AdapterListHead

LIST_ENTRY _LAN_DEVICE_EXT::AdapterListHead

◆ Lock

◆ NdisProtocolHandle

NDIS_HANDLE _LAN_DEVICE_EXT::NdisProtocolHandle

Definition at line 102 of file lan.h.

Referenced by LANRegisterAdapter(), LANRegisterProtocol(), and LANUnregisterProtocol().

◆ ProtocolListHead

LIST_ENTRY _LAN_DEVICE_EXT::ProtocolListHead

◆ ProtoId

UINT _LAN_DEVICE_EXT::ProtoId

Definition at line 107 of file lan.h.

Referenced by LanCreateProtocol().


The documentation for this struct was generated from the following file: