Home
last modified time | relevance | path

Searched refs:tx_aborted_errors (Results 1 – 13 of 13) sorted by relevance

/external/strace/tests/
Dnlattr_ifinfomsg.c131 .tx_aborted_errors = 0xefdadbfa, in main()
158 PRINT_FIELD_U(", ", st, tx_aborted_errors); in main()
192 PRINT_FIELD_U(", ", st, tx_aborted_errors); in main()
257 .tx_aborted_errors = 0xabcdadefcdadef, in main()
284 PRINT_FIELD_U(", ", st64, tx_aborted_errors); in main()
318 PRINT_FIELD_U(", ", st64, tx_aborted_errors); in main()
/external/strace/tests-m32/
Dnlattr_ifinfomsg.c131 .tx_aborted_errors = 0xefdadbfa, in main()
158 PRINT_FIELD_U(", ", st, tx_aborted_errors); in main()
192 PRINT_FIELD_U(", ", st, tx_aborted_errors); in main()
257 .tx_aborted_errors = 0xabcdadefcdadef, in main()
284 PRINT_FIELD_U(", ", st64, tx_aborted_errors); in main()
318 PRINT_FIELD_U(", ", st64, tx_aborted_errors); in main()
/external/strace/tests-mx32/
Dnlattr_ifinfomsg.c131 .tx_aborted_errors = 0xefdadbfa, in main()
158 PRINT_FIELD_U(", ", st, tx_aborted_errors); in main()
192 PRINT_FIELD_U(", ", st, tx_aborted_errors); in main()
257 .tx_aborted_errors = 0xabcdadefcdadef, in main()
284 PRINT_FIELD_U(", ", st64, tx_aborted_errors); in main()
318 PRINT_FIELD_U(", ", st64, tx_aborted_errors); in main()
/external/libnl/include/linux-private/linux/
Dif_link.h29 __u32 tx_aborted_errors; member
62 __u64 tx_aborted_errors; member
/external/kernel-headers/original/uapi/linux/
Dif_hippi.h72 int tx_aborted_errors; member
Dif_link.h30 __u32 tx_aborted_errors; member
65 __u64 tx_aborted_errors; member
/external/strace/
Drtnl_link.c85 PRINT_FIELD_U(", ", st, tx_aborted_errors); in decode_rtnl_link_stats()
256 PRINT_FIELD_U(", ", st, tx_aborted_errors); in decode_rtnl_link_stats64()
/external/iproute2/include/uapi/linux/
Dif_link.h30 __u32 tx_aborted_errors; member
65 __u64 tx_aborted_errors; member
/external/libpcap/
Dpcap-dos.h195 DWORD tx_aborted_errors; member
/external/libpcap/pcap/
Dpcap.h207 u_long tx_aborted_errors; member
/external/iproute2/ip/
Dipaddress.c658 NULL, s->tx_aborted_errors); in print_link_stats64()
731 print_num(fp, 8, s->tx_aborted_errors); in print_link_stats64()
804 NULL, s->tx_aborted_errors); in print_link_stats32()
878 print_num(fp, 8, s->tx_aborted_errors); in print_link_stats32()
/external/libnl/lib/route/
Dlink.c333 link->l_stats[RTNL_LINK_TX_ABORT_ERR] = st->tx_aborted_errors; in rtnl_link_info_parse()
376 link->l_stats[RTNL_LINK_TX_ABORT_ERR] = st.tx_aborted_errors; in rtnl_link_info_parse()
/external/toybox/toys/pending/
Dip.c729 line_feed, rtstat->tx_errors, rtstat->tx_aborted_errors, in print_stats()