ReactOS 0.4.15-dev-7961-gdcf9eb0
_IP_PACKET Struct Reference

#include <ip.h>

Collaboration diagram for _IP_PACKET:

Public Attributes

OBJECT_FREE_ROUTINE Free
 
UCHAR Type
 
UCHAR Flags
 
BOOLEAN MappedHeader
 
BOOLEAN ReturnPacket
 
PVOID Header
 
UINT HeaderSize
 
PVOID Data
 
UINT TotalSize
 
UINT Position
 
PNDIS_PACKET NdisPacket
 
IP_ADDRESS SrcAddr
 
IP_ADDRESS DstAddr
 

Detailed Description

Definition at line 77 of file ip.h.

Member Data Documentation

◆ Data

◆ DstAddr

IP_ADDRESS _IP_PACKET::DstAddr

Definition at line 90 of file ip.h.

Referenced by GetReassemblyInfo(), IPv4Receive(), RawIpReceive(), ReassembleDatagram(), and UDPReceive().

◆ Flags

UCHAR _IP_PACKET::Flags

Definition at line 80 of file ip.h.

◆ Free

◆ Header

◆ HeaderSize

◆ MappedHeader

BOOLEAN _IP_PACKET::MappedHeader

◆ NdisPacket

◆ Position

UINT _IP_PACKET::Position

◆ ReturnPacket

BOOLEAN _IP_PACKET::ReturnPacket

Definition at line 82 of file ip.h.

Referenced by DeinitializePacket(), LanReceiveWorker(), and ProcessFragment().

◆ SrcAddr

IP_ADDRESS _IP_PACKET::SrcAddr

◆ TotalSize

◆ Type

UCHAR _IP_PACKET::Type

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