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

#include <ARP.h>

Collaboration diagram for stru_ARP_Table:

Data Fields

NETSIM_IPAddress szIPAddress
 IP address of the deivce.
 
PNETSIM_MACADDRESS szMACAddress
 MAC address or Hardware address of the device.
 
ENTRY_TYPE nType
 0-Static,1-Dynamic.
 
struct stru_ARP_TablepstruNextEntry
 Next entry pointer.
 

Detailed Description

Structure for ARP Table

Definition at line 122 of file ARP.h.

Field Documentation

◆ nType

ENTRY_TYPE stru_ARP_Table::nType

0-Static,1-Dynamic.

Definition at line 126 of file ARP.h.

◆ pstruNextEntry

struct stru_ARP_Table* stru_ARP_Table::pstruNextEntry

Next entry pointer.

Definition at line 127 of file ARP.h.

◆ szIPAddress

NETSIM_IPAddress stru_ARP_Table::szIPAddress

IP address of the deivce.

Definition at line 124 of file ARP.h.

◆ szMACAddress

PNETSIM_MACADDRESS stru_ARP_Table::szMACAddress

MAC address or Hardware address of the device.

Definition at line 125 of file ARP.h.


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