NetSim Source Code Help
Loading...
Searching...
No Matches
stru_ARP_Metrics Struct Reference

#include <ARP.h>

Collaboration diagram for stru_ARP_Metrics:
Collaboration graph

Data Fields

int nArpRequestSentCount
 Number of requests sent from the source
More...
 
int nArpReplyReceivedCount
 Number of replies received from destination. More...
 
int nArpReplySentCount
 Number of replies sent from the destination. More...
 
int nPacketsInBuffer
 Number of packets in the buffer
More...
 
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: