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

#include <ARP.h>

Data Fields

int nArpRequestSentCount
 Number of requests sent from the source.
 
int nArpReplyReceivedCount
 Number of replies received from destination.
 
int nArpReplySentCount
 Number of replies sent from the destination.
 
int nPacketsInBuffer
 Number of packets in the buffer.
 
int nPacketDropCount
 

Detailed Description

Structure to to store the ARP metrics

Definition at line 138 of file ARP.h.

Field Documentation

◆ nArpReplyReceivedCount

int stru_ARP_Metrics::nArpReplyReceivedCount

Number of replies received from destination.

Definition at line 141 of file ARP.h.

◆ nArpReplySentCount

int stru_ARP_Metrics::nArpReplySentCount

Number of replies sent from the destination.

Definition at line 142 of file ARP.h.

◆ nArpRequestSentCount

int stru_ARP_Metrics::nArpRequestSentCount

Number of requests sent from the source.

Definition at line 140 of file ARP.h.

◆ nPacketDropCount

int stru_ARP_Metrics::nPacketDropCount

Definition at line 144 of file ARP.h.

◆ nPacketsInBuffer

int stru_ARP_Metrics::nPacketsInBuffer

Number of packets in the buffer.

Definition at line 143 of file ARP.h.


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