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

Public Attributes | |
| LIST_ENTRY | ListEntry |
| LIST_ENTRY | ReadIrpListHead |
| UINT | Id |
| UINT | LastServicePass |
| UINT | Buffered |
| UINT | NumEtherTypes |
| USHORT | EtherType [1] |
| UINT _LAN_PROTOCOL::Buffered |
Definition at line 96 of file lan.h.
Referenced by ProtocolTransferDataComplete().
| USHORT _LAN_PROTOCOL::EtherType[1] |
Definition at line 98 of file lan.h.
Referenced by LanCreateProtocol(), and ProtocolTransferDataComplete().
| UINT _LAN_PROTOCOL::Id |
Definition at line 94 of file lan.h.
Referenced by LanCreateProtocol().
| LIST_ENTRY _LAN_PROTOCOL::ListEntry |
Definition at line 92 of file lan.h.
Referenced by LanCreateProtocol().
| UINT _LAN_PROTOCOL::NumEtherTypes |
Definition at line 97 of file lan.h.
Referenced by LanCreateProtocol(), and ProtocolTransferDataComplete().
| LIST_ENTRY _LAN_PROTOCOL::ReadIrpListHead |
Definition at line 93 of file lan.h.
Referenced by LanCreateProtocol(), and ProtocolTransferDataComplete().