#include <IOKit/network/IONetworkStats.h>
IOKit/network/IONetworkStats.h
@header IONetworkStats.h
@discussion Generic network statistics.
structIONetworkStats
| UInt32 | inputPackets | |
| UInt32 | inputErrors | |
| UInt32 | outputPackets | |
| UInt32 | outputErrors | |
| UInt32 | collisions |
typedefIONetworkStats
typedef struct IONetworkStats IONetworkStats;
macrokIONetworkStatsKey
#define kIONetworkStatsKey "IONetworkStatsKey"
structIOOutputQueueStats
| UInt32 | capacity | |
| UInt32 | size | |
| UInt32 | peakSize | |
| UInt32 | dropCount | |
| UInt32 | outputCount | |
| UInt32 | retryCount | |
| UInt32 | stallCount | |
| UInt32[4] | reserved |
typedefIOOutputQueueStats
typedef struct IOOutputQueueStats IOOutputQueueStats;
macrokIOOutputQueueStatsKey
#define kIOOutputQueueStatsKey "IOOutputQueueStatsKey"