Home
last modified time | relevance | path

Searched defs:hipnet_statistics (Results 1 – 2 of 2) sorted by relevance

/development/ndk/platforms/android-21/include/linux/
Dif_hippi.h32 struct hipnet_statistics { struct
34 int rx_packets;
35 int tx_packets;
36 int rx_errors;
37 int tx_errors;
39 int rx_dropped;
40 int tx_dropped;
41 int rx_length_errors;
42 int rx_over_errors;
44 int rx_crc_errors;
[all …]
/development/ndk/platforms/android-9/include/linux/
Dif_hippi.h26 struct hipnet_statistics struct
28 int rx_packets;
29 int tx_packets;
30 int rx_errors;
31 int tx_errors;
32 int rx_dropped;
33 int tx_dropped;
35 int rx_length_errors;
36 int rx_over_errors;
37 int rx_crc_errors;
[all …]