Home
last modified time | relevance | path

Searched refs:st64 (Results 1 – 3 of 3) sorted by relevance

/external/strace/tests-mx32/
Dnlattr_ifinfomsg.c240 static const struct rtnl_link_stats64 st64 = { in main() local
267 IFLA_STATS64, pattern, st64, in main()
268 PRINT_FIELD_U("{", st64, rx_packets); in main()
269 PRINT_FIELD_U(", ", st64, tx_packets); in main()
270 PRINT_FIELD_U(", ", st64, rx_bytes); in main()
271 PRINT_FIELD_U(", ", st64, tx_bytes); in main()
272 PRINT_FIELD_U(", ", st64, rx_errors); in main()
273 PRINT_FIELD_U(", ", st64, tx_errors); in main()
274 PRINT_FIELD_U(", ", st64, rx_dropped); in main()
275 PRINT_FIELD_U(", ", st64, tx_dropped); in main()
[all …]
/external/strace/tests-m32/
Dnlattr_ifinfomsg.c240 static const struct rtnl_link_stats64 st64 = { in main() local
267 IFLA_STATS64, pattern, st64, in main()
268 PRINT_FIELD_U("{", st64, rx_packets); in main()
269 PRINT_FIELD_U(", ", st64, tx_packets); in main()
270 PRINT_FIELD_U(", ", st64, rx_bytes); in main()
271 PRINT_FIELD_U(", ", st64, tx_bytes); in main()
272 PRINT_FIELD_U(", ", st64, rx_errors); in main()
273 PRINT_FIELD_U(", ", st64, tx_errors); in main()
274 PRINT_FIELD_U(", ", st64, rx_dropped); in main()
275 PRINT_FIELD_U(", ", st64, tx_dropped); in main()
[all …]
/external/strace/tests/
Dnlattr_ifinfomsg.c240 static const struct rtnl_link_stats64 st64 = { in main() local
267 IFLA_STATS64, pattern, st64, in main()
268 PRINT_FIELD_U("{", st64, rx_packets); in main()
269 PRINT_FIELD_U(", ", st64, tx_packets); in main()
270 PRINT_FIELD_U(", ", st64, rx_bytes); in main()
271 PRINT_FIELD_U(", ", st64, tx_bytes); in main()
272 PRINT_FIELD_U(", ", st64, rx_errors); in main()
273 PRINT_FIELD_U(", ", st64, tx_errors); in main()
274 PRINT_FIELD_U(", ", st64, rx_dropped); in main()
275 PRINT_FIELD_U(", ", st64, tx_dropped); in main()
[all …]