ReactOS 0.4.15-dev-8100-g1887773
_LAN_PACKET_HEADER_T Struct Reference

#include <net_lan.h>

Collaboration diagram for _LAN_PACKET_HEADER_T:

Public Attributes

UINT Adapter
 
UINT AddressType
 
UINT AddressLen
 
UINT PacketType
 
PVOID Mdl
 

Detailed Description

Definition at line 20 of file net_lan.h.

Member Data Documentation

◆ Adapter

UINT _LAN_PACKET_HEADER_T::Adapter

Definition at line 21 of file net_lan.h.

Referenced by LANTransmitInternal(), and main().

◆ AddressLen

UINT _LAN_PACKET_HEADER_T::AddressLen

Definition at line 23 of file net_lan.h.

Referenced by LANTransmitInternal(), and main().

◆ AddressType

UINT _LAN_PACKET_HEADER_T::AddressType

Definition at line 22 of file net_lan.h.

Referenced by main().

◆ Mdl

PVOID _LAN_PACKET_HEADER_T::Mdl

Definition at line 25 of file net_lan.h.

Referenced by main().

◆ PacketType

UINT _LAN_PACKET_HEADER_T::PacketType

Definition at line 24 of file net_lan.h.

Referenced by LANTransmitInternal(), and main().


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