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

#include <ARP.h>

Collaboration diagram for stru_ARP_Interface_Variables:

Data Fields

int nStaticTableFlag
 Check ARP_TABLE intialized by static table or not.
 
ARP_TABLEpstruArpTable
 
int nArpRetryLimit
 Store the ARP_RETRY_LIMIT from the config file.
 
int nArpRetryInterval
 Store the ARP_RETRY_INTERVAL from the config file.
 
int * pnArpRequestFlag
 Set when generate Request.
 
int * pnArpReplyFlag
 Set when receive the Reply.
 
int * pnArpRetryCount
 To keep track of number of retries.
 
ARP_BUFFERpstruPacketBuffer
 
ARP_METRICSpstruArpMetrics
 NetSim specific ARP metrics structure.
 

Detailed Description

Structure to to store the ARP variables

Definition at line 147 of file ARP.h.

Field Documentation

◆ nArpRetryInterval

int stru_ARP_Interface_Variables::nArpRetryInterval

Store the ARP_RETRY_INTERVAL from the config file.

Definition at line 152 of file ARP.h.

◆ nArpRetryLimit

int stru_ARP_Interface_Variables::nArpRetryLimit

Store the ARP_RETRY_LIMIT from the config file.

Definition at line 151 of file ARP.h.

◆ nStaticTableFlag

int stru_ARP_Interface_Variables::nStaticTableFlag

Check ARP_TABLE intialized by static table or not.

Definition at line 149 of file ARP.h.

◆ pnArpReplyFlag

int* stru_ARP_Interface_Variables::pnArpReplyFlag

Set when receive the Reply.

Definition at line 154 of file ARP.h.

◆ pnArpRequestFlag

int* stru_ARP_Interface_Variables::pnArpRequestFlag

Set when generate Request.

Definition at line 153 of file ARP.h.

◆ pnArpRetryCount

int* stru_ARP_Interface_Variables::pnArpRetryCount

To keep track of number of retries.

Definition at line 155 of file ARP.h.

◆ pstruArpMetrics

ARP_METRICS* stru_ARP_Interface_Variables::pstruArpMetrics

NetSim specific ARP metrics structure.

Definition at line 157 of file ARP.h.

◆ pstruArpTable

ARP_TABLE* stru_ARP_Interface_Variables::pstruArpTable

Definition at line 150 of file ARP.h.

◆ pstruPacketBuffer

ARP_BUFFER* stru_ARP_Interface_Variables::pstruPacketBuffer

Definition at line 156 of file ARP.h.


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