#include <IOKit/network/IONetworkStats.h>

IOKit/network/IONetworkStats.h Kernel.framework

@header IONetworkStats.h @discussion Generic network statistics.
2 structs · 2 typedefs · 2 macros

structIONetworkStats

size 20, align 4
UInt32inputPackets
UInt32inputErrors
UInt32outputPackets
UInt32outputErrors
UInt32collisions

typedefIONetworkStats

typedef struct IONetworkStats IONetworkStats;

macrokIONetworkStatsKey

#define kIONetworkStatsKey "IONetworkStatsKey"

structIOOutputQueueStats

size 44, align 4
UInt32capacity
UInt32size
UInt32peakSize
UInt32dropCount
UInt32outputCount
UInt32retryCount
UInt32stallCount
UInt32[4]reserved

typedefIOOutputQueueStats

typedef struct IOOutputQueueStats IOOutputQueueStats;

macrokIOOutputQueueStatsKey

#define kIOOutputQueueStatsKey "IOOutputQueueStatsKey"