NetSim Source Code Help v14.4
All 13 Components
 
Loading...
Searching...
No Matches
stru_ArpDataPacket_Buffer Struct Reference

#include <ARP.h>

Collaboration diagram for stru_ArpDataPacket_Buffer:

Data Fields

NETSIM_IPAddress szDestAdd
 Store the destination IP address.
 
NETSIM_ID nBufferInterfaceID
 Store the InterfaceId while buffering the packet.
 
NetSim_PACKETpstruPacket
 Store the packet.
 
struct stru_ArpDataPacket_BufferpstruNextBuffer
 

Detailed Description

Structure to buffer the packet

Definition at line 130 of file ARP.h.

Field Documentation

◆ nBufferInterfaceID

NETSIM_ID stru_ArpDataPacket_Buffer::nBufferInterfaceID

Store the InterfaceId while buffering the packet.

Definition at line 133 of file ARP.h.

◆ pstruNextBuffer

struct stru_ArpDataPacket_Buffer* stru_ArpDataPacket_Buffer::pstruNextBuffer

Definition at line 135 of file ARP.h.

◆ pstruPacket

NetSim_PACKET* stru_ArpDataPacket_Buffer::pstruPacket

Store the packet.

Definition at line 134 of file ARP.h.

◆ szDestAdd

NETSIM_IPAddress stru_ArpDataPacket_Buffer::szDestAdd

Store the destination IP address.

Definition at line 132 of file ARP.h.


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