ReactOS 0.4.15-dev-7924-g5949c20
_LAN_PROTOCOL Struct Reference

#include <lan.h>

Collaboration diagram for _LAN_PROTOCOL:

Public Attributes

LIST_ENTRY ListEntry
 
LIST_ENTRY ReadIrpListHead
 
UINT Id
 
UINT LastServicePass
 
UINT Buffered
 
UINT NumEtherTypes
 
USHORT EtherType [1]
 

Detailed Description

Definition at line 91 of file lan.h.

Member Data Documentation

◆ Buffered

UINT _LAN_PROTOCOL::Buffered

Definition at line 96 of file lan.h.

Referenced by ProtocolTransferDataComplete().

◆ EtherType

USHORT _LAN_PROTOCOL::EtherType[1]

Definition at line 98 of file lan.h.

Referenced by LanCreateProtocol(), and ProtocolTransferDataComplete().

◆ Id

UINT _LAN_PROTOCOL::Id

Definition at line 94 of file lan.h.

Referenced by LanCreateProtocol().

◆ LastServicePass

UINT _LAN_PROTOCOL::LastServicePass

Definition at line 95 of file lan.h.

◆ ListEntry

LIST_ENTRY _LAN_PROTOCOL::ListEntry

Definition at line 92 of file lan.h.

Referenced by LanCreateProtocol().

◆ NumEtherTypes

UINT _LAN_PROTOCOL::NumEtherTypes

Definition at line 97 of file lan.h.

Referenced by LanCreateProtocol(), and ProtocolTransferDataComplete().

◆ ReadIrpListHead

LIST_ENTRY _LAN_PROTOCOL::ReadIrpListHead

Definition at line 93 of file lan.h.

Referenced by LanCreateProtocol(), and ProtocolTransferDataComplete().


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