Synopsis
typedef struct {
  long rxPackets;
  long badRxHdrSize;
  long checksumFail;
  long badRxSize;
  long promiscousPacket;
  long rxBroadcastPacket;
  long badRxProt;
  long sendFragMallocFail;
  long unsupportedProtocol;
  long txFramesDropped;
  long txFramesHeldForARP;
  long txFramesDirectToMAC;
} CTL_IP_STATS_t;
Description

CTL_IP_STATS_t holds the statistics related to IP.

txFramesHeldForARP
The number of frames that required ARP lookup before being passed to the MAC driver.
txFramesDirectToMAC
The number of frames passed directly to the MAC driver as the Ethernet address of the frame is known without broadcasting an ARP request for it.