Home
last modified time | relevance | path

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

/system/core/toolbox/
Diftop.c54 struct if_stats { struct
55 char name[IFNAMSIZ];
57 unsigned int mtu;
59 unsigned int rx_bytes;
60 unsigned int rx_packets;
61 unsigned int rx_errors;
62 unsigned int rx_dropped;
64 unsigned int tx_bytes;
65 unsigned int tx_packets;
66 unsigned int tx_errors;
[all …]