Searched refs:_inputDeltas (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkInterface.cpp97 #define _inputDeltas _reserved->inputDeltas macro
731 _inputDeltas.packets_in = queue->count;
732 _inputDeltas.bytes_in = queue->bytes;
739 _inputDeltas.errors_in = ABS(delta);
744 _inputDeltas.collisions = ABS(delta);
747 ifnet_input_extended(_backingIfnet, queue->head, queue->tail, &_inputDeltas);
756 _inputDeltas.packets_in = 1;
757 _inputDeltas.bytes_in = length;
764 _inputDeltas.errors_in = ABS(delta);
769 _inputDeltas
[all...]

Completed in 172 milliseconds