#include <ARP.h>

Data Fields | |
| int | nStaticTableFlag |
| Check ARP_TABLE intialized by static table or not. | |
| ARP_TABLE * | pstruArpTable |
| 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_BUFFER * | pstruPacketBuffer |
| ARP_METRICS * | pstruArpMetrics |
| NetSim specific ARP metrics structure. | |
| int stru_ARP_Interface_Variables::nArpRetryInterval |
| int stru_ARP_Interface_Variables::nArpRetryLimit |
| int stru_ARP_Interface_Variables::nStaticTableFlag |
| int* stru_ARP_Interface_Variables::pnArpReplyFlag |
| int* stru_ARP_Interface_Variables::pnArpRequestFlag |
| int* stru_ARP_Interface_Variables::pnArpRetryCount |
| ARP_METRICS* stru_ARP_Interface_Variables::pstruArpMetrics |
| ARP_BUFFER* stru_ARP_Interface_Variables::pstruPacketBuffer |