ReactOS 0.4.15-dev-7942-gd23573b
_AFD_STORED_DATAGRAM Struct Reference

#include <afd.h>

Collaboration diagram for _AFD_STORED_DATAGRAM:

Public Attributes

LIST_ENTRY ListEntry
 
UINT Len
 
PTRANSPORT_ADDRESS Address
 
CHAR Buffer [1]
 

Detailed Description

Definition at line 152 of file afd.h.

Member Data Documentation

◆ Address

PTRANSPORT_ADDRESS _AFD_STORED_DATAGRAM::Address

Definition at line 155 of file afd.h.

Referenced by PacketSocketRecvComplete(), and SatisfyPacketRecvRequest().

◆ Buffer

CHAR _AFD_STORED_DATAGRAM::Buffer[1]

Definition at line 156 of file afd.h.

Referenced by PacketSocketRecvComplete(), and SatisfyPacketRecvRequest().

◆ Len

UINT _AFD_STORED_DATAGRAM::Len

Definition at line 154 of file afd.h.

Referenced by PacketSocketRecvComplete(), and SatisfyPacketRecvRequest().

◆ ListEntry

LIST_ENTRY _AFD_STORED_DATAGRAM::ListEntry

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