Home
last modified time | relevance | path

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

/external/strace/tests-m32/
Dnlattr_ifinfomsg.c110 .tx_aborted_errors = 0xefdadbfa, in main()
160 PRINT_FIELD_U(", ", st, tx_aborted_errors); in main()
194 PRINT_FIELD_U(", ", st, tx_aborted_errors); in main()
259 .tx_aborted_errors = 0xabcdadefcdadef, in main()
286 PRINT_FIELD_U(", ", st64, tx_aborted_errors); in main()
320 PRINT_FIELD_U(", ", st64, tx_aborted_errors); in main()
/external/strace/tests/
Dnlattr_ifinfomsg.c110 .tx_aborted_errors = 0xefdadbfa, in main()
160 PRINT_FIELD_U(", ", st, tx_aborted_errors); in main()
194 PRINT_FIELD_U(", ", st, tx_aborted_errors); in main()
259 .tx_aborted_errors = 0xabcdadefcdadef, in main()
286 PRINT_FIELD_U(", ", st64, tx_aborted_errors); in main()
320 PRINT_FIELD_U(", ", st64, tx_aborted_errors); in main()
/external/strace/tests-mx32/
Dnlattr_ifinfomsg.c110 .tx_aborted_errors = 0xefdadbfa, in main()
160 PRINT_FIELD_U(", ", st, tx_aborted_errors); in main()
194 PRINT_FIELD_U(", ", st, tx_aborted_errors); in main()
259 .tx_aborted_errors = 0xabcdadefcdadef, in main()
286 PRINT_FIELD_U(", ", st64, tx_aborted_errors); in main()
320 PRINT_FIELD_U(", ", st64, tx_aborted_errors); in main()
/external/u-boot/include/linux/
Dnetdevice.h50 unsigned long tx_aborted_errors; member
/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/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/strace/
Drtnl_link.c101 PRINT_FIELD_U(", ", st, tx_aborted_errors); in decode_rtnl_link_stats()
477 PRINT_FIELD_U(", ", st, tx_aborted_errors); in decode_rtnl_link_stats64()
/external/libpcap/pcap/
Dpcap.h244 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()